============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/ujdr/0003f9/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 28 items

test_sql_streaming.py FFFFFFF

=================================== FAILURES ===================================
_______________________ test[hop-GroupByHop-default.txt] _______________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ff4a012c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ff4a0126500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423598 byte(s) leaked in 8240 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[hop-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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f9/yql/udfs
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/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[hop-GroupByHop-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1272748
DEBUG    ya.test:process.py:259 Command (pid 1272748) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1272748) elapsed time (sec): 15.483919143676758
DEBUG    ya.test:process.py:263 Command (pid 1272748) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1272748) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1272748) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1272748) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1272748) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1272748) maxrss: 1454368
DEBUG    ya.test:process.py:263 Command (pid 1272748) minflt: 372381
DEBUG    ya.test:process.py:263 Command (pid 1272748) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1272748) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1272748) nivcsw: 2008
DEBUG    ya.test:process.py:263 Command (pid 1272748) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1272748) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1272748) nvcsw: 67900
DEBUG    ya.test:process.py:263 Command (pid 1272748) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1272748) stime: 2.181457
DEBUG    ya.test:process.py:263 Command (pid 1272748) utime: 10.514864
DEBUG    ya.test:process.py:263 Command (pid 1272748) wtime: 15.487
DEBUG    ya.test:process.py:275 Command (pid 1272748) output:
2025-12-12T09:33:50.407831Z Fetching udfs...
2025-12-12T09:33:50.972391Z Initialization of fq runner...
2025-12-12T09:33:55.912980Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.092492s
2025-12-12T09:33:57.013528Z Fetching query results...
2025-12-12T09:33:57.013553Z Writing query results...
2025-12-12T09:33:57.013569Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1272748) errors:
...on3/Python/import.c:2873:15
    #19 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7ff49f953204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7ff49f953204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff49f9536f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ff49f9536f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7ff49f953ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7ff49f953ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7ff49faac253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7ff49faac253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7ff4a006cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7ff4a006a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7ff4a006a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7ff4a006a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff4a0065fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff4a0065fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7ff49f9959e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7ff49f9959e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7ff49fa2bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7ff49fa2bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7ff49f9539dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7ff49f9539dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7ff49f9538e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7ff49faab0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7ff49faaaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7ff49f993e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7ff49f993e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7ff4a006cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7ff4a006a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7ff4a006a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7ff4a006a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7ff4a014ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7ff4a014ef4d in NYql::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 0x7ff4a014e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ff49f58dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff4a0025e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7ff4a0025d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7ff4a0025d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7ff4a003ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7ff4a003a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7ff4a0039cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7ff4a0039cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7ff4a00391e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7ff4a00388a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7ff4a00388a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7ff4a002c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7ff4a004392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7ff4a00278a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7ff4a00278a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7ff4a002653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7ff4a0026854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7ff4a0074182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7ff49fa2ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7ff49fa2ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7ff49f9aef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7ff49f953204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7ff49f953204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7ff49faab50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff49ffae3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff49f952b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff4a0065fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff4a0065fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7ff49f9a67f4 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16121:9
    #7 0x7ff49f9a67f4 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7ff49f953204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7ff49f953204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff49f9536f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ff49f9536f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7ff49f953ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7ff49f953ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7ff49faac253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7ff49faac253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7ff4a006cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7ff4a006a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7ff4a006a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7ff4a006a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff49fa363c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff49f952b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff49fa35ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff49f952b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff49fa35de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff49f952b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff49f9dd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ff49f9dd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ff4a0064911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ff4a00644dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7ff4a00620d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7ff4a0065900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7ff4a0065900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7ff4a00f0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7ff4a00f0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7ff4a00f0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7ff4a00efdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7ff4a00a70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7ff4a00a70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7ff4a00e4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7ff4a00e4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7ff4a012c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7ff4a0126862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7ff49f95450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff4a0065eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff49ffbc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7ff4a00e5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff4a0025e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7ff4a0025d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7ff4a0025d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7ff4a004d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7ff4a004d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7ff4a004b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7ff4a004b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7ff4a004a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7ff4a0028f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7ff4a00287d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7ff4a00287d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7ff4a00287d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7ff4a003df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7ff4a002b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7ff4a0028b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7ff4a0028b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7ff4a00287a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7ff4a00287a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7ff4a00287a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7ff4a0027790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7ff4a0027790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7ff4a002653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7ff4a0026854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7ff4a00740a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7ff4a00740a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7ff4a0156a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7ff4a014ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7ff4a014ef59 in NYql::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 0x7ff4a014e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ff49f58dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7ff4bb9bed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff4a0065eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff49ffbc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7ff4a00e5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff49f9dd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ff49f9dd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ff4a0064911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7ff4a00620d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7ff4a0065900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7ff4a0065900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7ff4a00f0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7ff4a00f0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7ff4a00f0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7ff4a00efdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7ff4a00a70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7ff4a00a70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7ff4a00e4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7ff4a00e4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7ff49fa2bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7ff49fa2bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7ff49faab5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7ff49fa50b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff49f9dd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ff49f9dd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ff4a0064911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ff4a00620d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7ff4a0065900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7ff4a0065900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7ff4a00f0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7ff4a00f0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7ff4a00f0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7ff4a00efdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7ff4a00a70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7ff4a00a70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7ff4a00e4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7ff4a00e4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7ff4a012c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7ff4a0126500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423598 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 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7ff49f953204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7ff49f953204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff49f9536f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff49f9536f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7ff49f953ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7ff49f953ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7ff49faac253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7ff49faac253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7ff4a006cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7ff4a006a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7ff4a006a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7ff4a006a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff4a0065fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff4a0065fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7ff49f9959e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7ff49f9959e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7ff49fa2bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7ff49fa2bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7ff49f9539dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7ff49f9539dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7ff49f9538e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7ff49faab0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7ff49faaaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7ff49f993e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7ff49f993e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7ff4a006cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7ff4a006a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7ff4a006a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7ff4a006a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7ff4a014ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7ff4a014ef4d in NYql::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 0x7ff4a014e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ff49f58dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff4a0025e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7ff4a0025d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7ff4a0025d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7ff4a003ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7ff4a003a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7ff4a0039cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7ff4a0039cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7ff4a00391e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7ff4a00388a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7ff4a00388a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7ff4a002c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7ff4a004392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7ff4a00278a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7ff4a00278a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7ff4a002653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7ff4a0026854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7ff4a0074182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7ff49fa2ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7ff49fa2ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7ff49f9aef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7ff49f953204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7ff49f953204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7ff49faab50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff49ffae3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff49f952b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff4a0065fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff4a0065fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7ff49f9a67f4 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16121:9\n    #7 0x7ff49f9a67f4 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7ff49f953204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7ff49f953204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff49f9536f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff49f9536f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7ff49f953ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7ff49f953ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7ff49faac253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7ff49faac253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7ff4a006cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7ff4a006a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7ff4a006a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7ff4a006a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff49fa363c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff49f952b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff49fa35ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff49f952b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff49fa35de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff49f952b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff49f9dd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ff49f9dd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ff4a0064911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ff4a00644dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7ff4a00620d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7ff4a0065900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7ff4a0065900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7ff4a00f0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7ff4a00f0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7ff4a00f0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7ff4a00efdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7ff4a00a70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7ff4a00a70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7ff4a00e4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7ff4a00e4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7ff4a012c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7ff4a0126862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7ff49f95450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff4a0065eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff49ffbc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7ff4a00e5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff4a0025e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7ff4a0025d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7ff4a0025d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7ff4a004d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7ff4a004d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7ff4a004b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7ff4a004b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7ff4a004a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7ff4a0028f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7ff4a00287d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7ff4a00287d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7ff4a00287d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7ff4a003df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7ff4a002b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7ff4a0028b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7ff4a0028b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7ff4a00287a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7ff4a00287a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7ff4a00287a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7ff4a0027790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7ff4a0027790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7ff4a002653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7ff4a0026854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7ff4a00740a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7ff4a00740a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7ff4a0156a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7ff4a014ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7ff4a014ef59 in NYql::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 0x7ff4a014e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ff49f58dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7ff4bb9bed8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff49f9e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff49f95df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff4a0065eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff49ffbc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7ff4a00e5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7ff49fa50b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7ff49fa2cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7ff49fa2cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7ff4a00e5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7ff4a00e5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7ff4a00e5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff49f9dd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ff49f9dd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ff4a0064911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7ff4a00620d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7ff4a0065900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7ff4a0065900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7ff4a00f0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7ff4a00f0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7ff4a00f0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7ff4a00efdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7ff4a00a70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7ff4a00a70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7ff4a00e4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7ff4a00e4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7ff49fa2bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7ff49fa2bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7ff49f9af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7ff49faab5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7ff49fa5815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7ff49fa5815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7ff49fa50b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7ff49fa50b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7ff49fa50b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff49f9db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff49f9dd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ff49f9dd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ff4a0064911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ff4a00646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ff4a00644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ff4a00620d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7ff4a0065900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7ff4a0065900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7ff4a00f0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7ff4a00f0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7ff4a00f0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7ff4a00efdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7ff4a00a70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7ff4a00a70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7ff4a00e4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7ff4a00e4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7ff49f952b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7ff49fa5a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ff4a012c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ff4a0126500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423598 byte(s) leaked in 8240 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
_________________ test[hop-GroupByHopByStringKey-default.txt] __________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f81fdc2c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f81fdc26500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423422 byte(s) leaked in 8236 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[hop-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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f9/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[hop-GroupByHopByStringKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.0
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.0
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1275856
DEBUG    ya.test:process.py:259 Command (pid 1275856) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1275856) elapsed time (sec): 15.254977941513062
DEBUG    ya.test:process.py:263 Command (pid 1275856) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1275856) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1275856) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1275856) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1275856) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1275856) maxrss: 1439688
DEBUG    ya.test:process.py:263 Command (pid 1275856) minflt: 363009
DEBUG    ya.test:process.py:263 Command (pid 1275856) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1275856) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1275856) nivcsw: 4733
DEBUG    ya.test:process.py:263 Command (pid 1275856) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1275856) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1275856) nvcsw: 69099
DEBUG    ya.test:process.py:263 Command (pid 1275856) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 1275856) stime: 2.344875
DEBUG    ya.test:process.py:263 Command (pid 1275856) utime: 10.963887
DEBUG    ya.test:process.py:263 Command (pid 1275856) wtime: 15.258
DEBUG    ya.test:process.py:275 Command (pid 1275856) output:
2025-12-12T09:34:06.552953Z Fetching udfs...
2025-12-12T09:34:07.160650Z Initialization of fq runner...
2025-12-12T09:34:11.774247Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.080653s
2025-12-12T09:34:12.865487Z Fetching query results...
2025-12-12T09:34:12.865511Z Writing query results...
2025-12-12T09:34:12.865527Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1275856) errors:
...on3/Python/import.c:2873:15
    #19 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f81fd453204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f81fd453204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f81fd4536f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f81fd4536f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f81fd453ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f81fd453ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f81fd5ac253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f81fd5ac253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f81fdb6cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f81fdb6a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f81fdb6a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f81fdb6a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81fdb25e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f81fdb25d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f81fdb25d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f81fdb3ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f81fdb3a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f81fdb39cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f81fdb39cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f81fdb391e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f81fdb388a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f81fdb388a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f81fdb2c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f81fdb4392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f81fdb278a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f81fdb278a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f81fdb2653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f81fdb26854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f81fdb74182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f81fd52ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f81fd52ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f81fd4aef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f81fd453204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f81fd453204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f81fd5ab50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81fdaae3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f81fd452b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81fdb65fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f81fdb65fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f81fd4959e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f81fd4959e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f81fd52bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f81fd52bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f81fd4539dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f81fd4539dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f81fd4538e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f81fd5ab0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f81fd5aaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f81fd493e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f81fd493e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f81fdb6cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f81fdb6a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f81fdb6a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f81fdb6a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f81fdc4ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f81fdc4ef4d in NYql::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 0x7f81fdc4e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f81fd08dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81fdb65fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f81fdb65fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f81fd4a67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f81fd4a67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f81fd453204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f81fd453204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f81fd4536f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f81fd4536f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f81fd453ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f81fd453ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f81fd5ac253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f81fd5ac253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f81fdb6cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f81fdb6a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f81fdb6a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f81fdb6a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81fd5363c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f81fd452b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81fd535ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f81fd452b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81fd535de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f81fd452b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81fd4dd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f81fd4dd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f81fdb64911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f81fdb644dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f81fdb620d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f81fdb65900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f81fdb65900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f81fdbf0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f81fdbf0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f81fdbf0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f81fdbefdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f81fdba70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f81fdba70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f81fdbe4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f81fdbe4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f81fdc2c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f81fdc26862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f81fd45450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81fdb65eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f81fdabc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f81fdbe5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81fdb25e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f81fdb25d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f81fdb25d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f81fdb4d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f81fdb4d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f81fdb4b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f81fdb4b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f81fdb4a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f81fdb28f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f81fdb287d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f81fdb287d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f81fdb287d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f81fdb3df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f81fdb2b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f81fdb28b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f81fdb28b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f81fdb287a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f81fdb287a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f81fdb287a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f81fdb27790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f81fdb27790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f81fdb2653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f81fdb26854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f81fdb740a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f81fdb740a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f81fdc56a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f81fdc4ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f81fdc4ef59 in NYql::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 0x7f81fdc4e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f81fd08dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f82194bdd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f81fdb65eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f81fdabc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f81fdbe5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81fd4dd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f81fd4dd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f81fdb64911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f81fdb620d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f81fdb65900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f81fdb65900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f81fdbf0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f81fdbf0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f81fdbf0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f81fdbefdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f81fdba70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f81fdba70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f81fdbe4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f81fdbe4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f81fd52bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f81fd52bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f81fd5ab5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f81fd550b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f81fd4dd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f81fd4dd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f81fdb64911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f81fdb620d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f81fdb65900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f81fdb65900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f81fdbf0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f81fdbf0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f81fdbf0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f81fdbefdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f81fdba70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f81fdba70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f81fdbe4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f81fdbe4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f81fdc2c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f81fdc26500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423422 byte(s) leaked in 8236 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f81fd453204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f81fd453204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f81fd4536f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f81fd4536f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f81fd453ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f81fd453ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f81fd5ac253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f81fd5ac253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f81fdb6cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f81fdb6a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f81fdb6a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f81fdb6a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81fdb25e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f81fdb25d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f81fdb25d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f81fdb3ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f81fdb3a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f81fdb39cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f81fdb39cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f81fdb391e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f81fdb388a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f81fdb388a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f81fdb2c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f81fdb4392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f81fdb278a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f81fdb278a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f81fdb2653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f81fdb26854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f81fdb74182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f81fd52ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f81fd52ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f81fd4aef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f81fd453204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f81fd453204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f81fd5ab50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81fdaae3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f81fd452b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81fdb65fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f81fdb65fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f81fd4959e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f81fd4959e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f81fd52bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f81fd52bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f81fd4539dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f81fd4539dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f81fd4538e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f81fd5ab0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f81fd5aaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f81fd493e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f81fd493e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f81fdb6cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f81fdb6a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f81fdb6a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f81fdb6a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f81fdc4ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f81fdc4ef4d in NYql::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 0x7f81fdc4e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f81fd08dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81fdb65fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f81fdb65fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f81fd4a67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f81fd4a67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f81fd453204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f81fd453204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f81fd4536f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f81fd4536f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f81fd453ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f81fd453ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f81fd5ac253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f81fd5ac253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f81fdb6cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f81fdb6a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f81fdb6a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f81fdb6a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81fd5363c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f81fd452b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81fd535ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f81fd452b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81fd535de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f81fd452b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81fd4dd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f81fd4dd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f81fdb64911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f81fdb644dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f81fdb620d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f81fdb65900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f81fdb65900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f81fdbf0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f81fdbf0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f81fdbf0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f81fdbefdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f81fdba70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f81fdba70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f81fdbe4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f81fdbe4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f81fdc2c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f81fdc26862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f81fd45450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81fdb65eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f81fdabc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f81fdbe5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81fdb25e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f81fdb25d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f81fdb25d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f81fdb4d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f81fdb4d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f81fdb4b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f81fdb4b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f81fdb4a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f81fdb28f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f81fdb287d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f81fdb287d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f81fdb287d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f81fdb3df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f81fdb2b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f81fdb28b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f81fdb28b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f81fdb287a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f81fdb287a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f81fdb287a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f81fdb27790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f81fdb27790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f81fdb2653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f81fdb26854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f81fdb740a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f81fdb740a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f81fdc56a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f81fdc4ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f81fdc4ef59 in NYql::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 0x7f81fdc4e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f81fd08dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f82194bdd8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81fd4e2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f81fd45df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f81fdb65eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f81fdabc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f81fdbe5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f81fd550b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f81fd52cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f81fd52cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f81fdbe5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f81fdbe5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f81fdbe5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81fd4dd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f81fd4dd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f81fdb64911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f81fdb620d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f81fdb65900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f81fdb65900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f81fdbf0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f81fdbf0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f81fdbf0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f81fdbefdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f81fdba70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f81fdba70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f81fdbe4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f81fdbe4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f81fd52bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f81fd52bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f81fd4af005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f81fd5ab5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f81fd55815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f81fd55815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f81fd550b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f81fd550b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f81fd550b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f81fd4db995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f81fd4dd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f81fd4dd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f81fdb64911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f81fdb646ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f81fdb644c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f81fdb620d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f81fdb65900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f81fdb65900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f81fdbf0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f81fdbf0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f81fdbf0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f81fdbefdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f81fdba70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f81fdba70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f81fdbe4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f81fdbe4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f81fd452b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f81fd55a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f81fdc2c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f81fdc26500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423422 byte(s) leaked in 8236 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
___________________ test[hop-GroupByHopExprKey-default.txt] ____________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f465349c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f4653496500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423690 byte(s) leaked in 8242 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[hop-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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f9/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[hop-GroupByHopExprKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.1
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.1
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1278351
DEBUG    ya.test:process.py:259 Command (pid 1278351) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1278351) elapsed time (sec): 13.640992164611816
DEBUG    ya.test:process.py:263 Command (pid 1278351) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1278351) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1278351) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1278351) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1278351) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1278351) maxrss: 1413004
DEBUG    ya.test:process.py:263 Command (pid 1278351) minflt: 354781
DEBUG    ya.test:process.py:263 Command (pid 1278351) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1278351) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1278351) nivcsw: 509
DEBUG    ya.test:process.py:263 Command (pid 1278351) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1278351) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1278351) nvcsw: 68155
DEBUG    ya.test:process.py:263 Command (pid 1278351) oublock: 9040
DEBUG    ya.test:process.py:263 Command (pid 1278351) stime: 2.271657
DEBUG    ya.test:process.py:263 Command (pid 1278351) utime: 10.238915
DEBUG    ya.test:process.py:263 Command (pid 1278351) wtime: 13.645
DEBUG    ya.test:process.py:275 Command (pid 1278351) output:
2025-12-12T09:34:22.005231Z Fetching udfs...
2025-12-12T09:34:22.571052Z Initialization of fq runner...
2025-12-12T09:34:26.355468Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.931302s
2025-12-12T09:34:27.292093Z Fetching query results...
2025-12-12T09:34:27.292114Z Writing query results...
2025-12-12T09:34:27.292127Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1278351) errors:
...on3/Python/import.c:2873:15
    #19 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f4652cc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f4652cc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4652cc36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f4652cc36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f4652cc3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f4652cc3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f4652e1c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f4652e1c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f46533dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f46533da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f46533da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f46533da49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4653395e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f4653395d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f4653395d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f46533aba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f46533aa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f46533a9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f46533a9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f46533a91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f46533a88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f46533a88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f465339c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f46533b392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f46533978a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f46533978a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f465339653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f4653396854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f46533e4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f4652d9ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f4652d9ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f4652d1ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f4652cc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f4652cc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f4652e1b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f465331e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4652cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f46533d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f46533d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f4652d059e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f4652d059e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f4652d9bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f4652d9bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f4652cc39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f4652cc39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f4652cc38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f4652e1b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f4652e1af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f4652d03e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f4652d03e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f46533dcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f46533da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f46533da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f46533da49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f46534bef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f46534bef4d in NYql::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 0x7f46534be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f46528fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f46533d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f46533d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f4652d167d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f4652d167d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f4652cc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f4652cc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4652cc36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f4652cc36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f4652cc3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f4652cc3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f4652e1c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f4652e1c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f46533dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f46533da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f46533da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f46533da49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4652da63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4652cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4652da5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4652cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4652da5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4652cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4652d4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f4652d4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f46533d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f46533d44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f46533d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f46533d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f46533d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f4653460ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f4653460ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f4653460ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f465345fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f46534170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f46534170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f4653454847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f4653454847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f465349c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f4653496862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f4652cc450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f46533d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f465332c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f4653455aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4653395e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f4653395d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f4653395d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f46533bd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f46533bd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f46533bb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f46533bb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f46533ba318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f4653398f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f46533987d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f46533987d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f46533987d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f46533adf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f465339b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f4653398b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f4653398b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f46533987a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f46533987a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f46533987a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f4653397790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f4653397790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f465339653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f4653396854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f46533e40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f46533e40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f46534c6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f46534bef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f46534bef59 in NYql::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 0x7f46534be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f46528fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f466ed2ad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f46533d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f465332c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f4653455aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4652d4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f4652d4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f46533d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f46533d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f46533d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f46533d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f4653460ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f4653460ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f4653460ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f465345fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f46534170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f46534170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f4653454847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f4653454847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f4652d9bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f4652d9bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f4652e1b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f4652dc0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4652d4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f4652d4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f46533d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f46533d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f46533d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f46533d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f4653460ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f4653460ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f4653460ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f465345fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f46534170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f46534170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f4653454847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f4653454847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f465349c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f4653496500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423690 byte(s) leaked in 8242 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f4652cc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f4652cc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4652cc36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4652cc36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f4652cc3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f4652cc3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f4652e1c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f4652e1c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f46533dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f46533da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f46533da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f46533da49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4653395e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f4653395d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f4653395d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f46533aba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f46533aa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f46533a9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f46533a9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f46533a91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f46533a88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f46533a88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f465339c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f46533b392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f46533978a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f46533978a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f465339653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f4653396854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f46533e4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f4652d9ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f4652d9ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f4652d1ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f4652cc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f4652cc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f4652e1b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f465331e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4652cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f46533d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f46533d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f4652d059e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f4652d059e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f4652d9bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f4652d9bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f4652cc39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f4652cc39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f4652cc38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f4652e1b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f4652e1af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f4652d03e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f4652d03e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f46533dcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f46533da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f46533da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f46533da49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f46534bef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f46534bef4d in NYql::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 0x7f46534be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f46528fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f46533d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f46533d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f4652d167d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f4652d167d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f4652cc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f4652cc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4652cc36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4652cc36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f4652cc3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f4652cc3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f4652e1c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f4652e1c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f46533dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f46533da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f46533da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f46533da49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4652da63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4652cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4652da5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4652cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4652da5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4652cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4652d4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f4652d4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f46533d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f46533d44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f46533d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f46533d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f46533d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f4653460ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f4653460ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f4653460ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f465345fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f46534170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f46534170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f4653454847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f4653454847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f465349c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f4653496862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f4652cc450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f46533d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f465332c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f4653455aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4653395e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f4653395d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f4653395d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f46533bd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f46533bd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f46533bb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f46533bb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f46533ba318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f4653398f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f46533987d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f46533987d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f46533987d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f46533adf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f465339b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f4653398b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f4653398b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f46533987a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f46533987a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f46533987a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f4653397790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f4653397790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f465339653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f4653396854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f46533e40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f46533e40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f46534c6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f46534bef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f46534bef59 in NYql::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 0x7f46534be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f46528fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f466ed2ad8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4652d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4652ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f46533d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f465332c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f4653455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f4652dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f4652d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f4652d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f4653455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f4653455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f4653455aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4652d4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f4652d4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f46533d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f46533d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f46533d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f46533d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f4653460ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f4653460ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f4653460ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f465345fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f46534170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f46534170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f4653454847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f4653454847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f4652d9bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f4652d9bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f4652d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f4652e1b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f4652dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f4652dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f4652dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f4652dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f4652dc0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4652d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4652d4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f4652d4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f46533d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f46533d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f46533d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f46533d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f46533d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f46533d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f4653460ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f4653460ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f4653460ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f465345fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f46534170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f46534170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f4653454847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f4653454847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f4652cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f4652dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f465349c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f4653496500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423690 byte(s) leaked in 8242 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
___________________ test[hop-GroupByHopListKey-default.txt] ____________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fd663b6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fd663b66500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423693 byte(s) leaked in 8242 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[hop-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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f9/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[hop-GroupByHopListKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.2
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.2
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1280318
DEBUG    ya.test:process.py:259 Command (pid 1280318) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1280318) elapsed time (sec): 13.009698152542114
DEBUG    ya.test:process.py:263 Command (pid 1280318) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280318) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1280318) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280318) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280318) majflt: 2
DEBUG    ya.test:process.py:263 Command (pid 1280318) maxrss: 1439132
DEBUG    ya.test:process.py:263 Command (pid 1280318) minflt: 361200
DEBUG    ya.test:process.py:263 Command (pid 1280318) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1280318) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1280318) nivcsw: 74
DEBUG    ya.test:process.py:263 Command (pid 1280318) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1280318) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1280318) nvcsw: 68903
DEBUG    ya.test:process.py:263 Command (pid 1280318) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 1280318) stime: 2.293129
DEBUG    ya.test:process.py:263 Command (pid 1280318) utime: 10.091969
DEBUG    ya.test:process.py:263 Command (pid 1280318) wtime: 13.013
DEBUG    ya.test:process.py:275 Command (pid 1280318) output:
2025-12-12T09:34:35.915718Z Fetching udfs...
2025-12-12T09:34:36.396057Z Initialization of fq runner...
2025-12-12T09:34:39.796181Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.034841s
2025-12-12T09:34:40.836988Z Fetching query results...
2025-12-12T09:34:40.837010Z Writing query results...
2025-12-12T09:34:40.837022Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1280318) errors:
...on3/Python/import.c:2873:15
    #19 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fd663393204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fd663393204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd6633936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fd6633936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fd663393ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fd663393ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fd6634ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fd6634ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fd663aacd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fd663aaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fd663aaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fd663aaa49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd663a65e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fd663a65d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fd663a65d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fd663a7ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fd663a7a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fd663a79cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fd663a79cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fd663a791e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fd663a788a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fd663a788a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fd663a6c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fd663a8392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fd663a678a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fd663a678a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fd663a6653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fd663a66854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fd663ab4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fd66346ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fd66346ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fd6633eef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fd663393204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fd663393204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fd6634eb50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd6639ee3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd663392b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd663aa5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd663aa5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fd6633d59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fd6633d59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fd66346bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fd66346bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fd6633939dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fd6633939dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fd6633938e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fd6634eb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fd6634eaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fd6633d3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fd6633d3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fd663aacf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fd663aaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fd663aaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fd663aaa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fd663b8ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fd663b8ef4d in NYql::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 0x7fd663b8e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fd662fcdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd663aa5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd663aa5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fd6633e67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fd6633e67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fd663393204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fd663393204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd6633936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fd6633936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fd663393ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fd663393ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fd6634ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fd6634ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fd663aacd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fd663aaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fd663aaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fd663aaa49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd6634763c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd663392b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd663475ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd663392b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd663475de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd663392b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd66341d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fd66341d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fd663aa4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fd663aa44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fd663aa20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fd663aa5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fd663aa5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fd663b30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fd663b30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fd663b30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fd663b2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fd663ae70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fd663ae70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fd663b24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fd663b24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fd663b6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fd663b66862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fd66339450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd663aa5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd6639fc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fd663b25aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd663a65e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fd663a65d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fd663a65d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fd663a8d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fd663a8d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fd663a8b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fd663a8b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fd663a8a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fd663a68f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fd663a687d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fd663a687d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fd663a687d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fd663a7df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fd663a6b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fd663a68b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fd663a68b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fd663a687a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fd663a687a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fd663a687a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fd663a67790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fd663a67790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fd663a6653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fd663a66854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fd663ab40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fd663ab40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fd663b96a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fd663b8ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fd663b8ef59 in NYql::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 0x7fd663b8e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fd662fcdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fd67f3fad8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd663aa5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd6639fc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fd663b25aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd66341d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fd66341d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fd663aa4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fd663aa20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fd663aa5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fd663aa5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fd663b30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fd663b30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fd663b30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fd663b2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fd663ae70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fd663ae70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fd663b24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fd663b24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fd66346bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fd66346bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fd6634eb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fd663490b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd66341d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fd66341d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fd663aa4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fd663aa20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fd663aa5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fd663aa5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fd663b30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fd663b30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fd663b30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fd663b2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fd663ae70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fd663ae70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fd663b24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fd663b24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fd663b6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fd663b66500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 423693 byte(s) leaked in 8242 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fd663393204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fd663393204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd6633936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd6633936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fd663393ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fd663393ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fd6634ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fd6634ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fd663aacd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fd663aaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fd663aaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fd663aaa49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd663a65e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fd663a65d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fd663a65d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fd663a7ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fd663a7a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fd663a79cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fd663a79cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fd663a791e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fd663a788a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fd663a788a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fd663a6c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fd663a8392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fd663a678a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fd663a678a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fd663a6653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fd663a66854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fd663ab4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fd66346ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fd66346ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fd6633eef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fd663393204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fd663393204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fd6634eb50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd6639ee3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd663392b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd663aa5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd663aa5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fd6633d59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fd6633d59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fd66346bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fd66346bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fd6633939dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fd6633939dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fd6633938e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fd6634eb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fd6634eaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fd6633d3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fd6633d3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fd663aacf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fd663aaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fd663aaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fd663aaa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fd663b8ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fd663b8ef4d in NYql::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 0x7fd663b8e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fd662fcdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd663aa5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd663aa5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fd6633e67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fd6633e67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fd663393204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fd663393204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd6633936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd6633936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fd663393ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fd663393ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fd6634ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fd6634ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fd663aacd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fd663aaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fd663aaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fd663aaa49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd6634763c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd663392b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd663475ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd663392b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd663475de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd663392b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd66341d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fd66341d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fd663aa4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fd663aa44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fd663aa20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fd663aa5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fd663aa5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fd663b30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fd663b30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fd663b30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fd663b2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fd663ae70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fd663ae70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fd663b24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fd663b24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fd663b6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fd663b66862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fd66339450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd663aa5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd6639fc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fd663b25aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd663a65e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fd663a65d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fd663a65d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fd663a8d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fd663a8d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fd663a8b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fd663a8b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fd663a8a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fd663a68f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fd663a687d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fd663a687d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fd663a687d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fd663a7df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fd663a6b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fd663a68b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fd663a68b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fd663a687a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fd663a687a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fd663a687a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fd663a67790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fd663a67790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fd663a6653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fd663a66854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fd663ab40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fd663ab40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fd663b96a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fd663b8ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fd663b8ef59 in NYql::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 0x7fd663b8e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fd662fcdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fd67f3fad8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd663422bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd66339df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd663aa5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd6639fc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fd663b25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fd663490b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fd66346cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fd66346cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fd663b25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fd663b25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fd663b25aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd66341d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fd66341d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fd663aa4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fd663aa20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fd663aa5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fd663aa5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fd663b30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fd663b30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fd663b30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fd663b2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fd663ae70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fd663ae70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fd663b24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fd663b24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fd66346bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fd66346bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fd6633ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fd6634eb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fd66349815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fd66349815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fd663490b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fd663490b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fd663490b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd66341b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd66341d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fd66341d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fd663aa4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fd663aa46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fd663aa44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fd663aa20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fd663aa5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fd663aa5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fd663b30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fd663b30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fd663b30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fd663b2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fd663ae70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fd663ae70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fd663b24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fd663b24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fd663392b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fd66349a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fd663b6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fd663b66500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423693 byte(s) leaked in 8242 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
____________________ test[hop-GroupByHopNoKey-default.txt] _____________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f8e9e7dc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f8e9e7d6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f8e9e15b50d 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[hop-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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f9/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[hop-GroupByHopNoKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.3
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.3
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1281744
DEBUG    ya.test:process.py:259 Command (pid 1281744) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1281744) elapsed time (sec): 12.822562217712402
DEBUG    ya.test:process.py:263 Command (pid 1281744) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281744) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1281744) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281744) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281744) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1281744) maxrss: 1425452
DEBUG    ya.test:process.py:263 Command (pid 1281744) minflt: 369371
DEBUG    ya.test:process.py:263 Command (pid 1281744) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1281744) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1281744) nivcsw: 59
DEBUG    ya.test:process.py:263 Command (pid 1281744) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1281744) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1281744) nvcsw: 68869
DEBUG    ya.test:process.py:263 Command (pid 1281744) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 1281744) stime: 2.156886
DEBUG    ya.test:process.py:263 Command (pid 1281744) utime: 9.675588
DEBUG    ya.test:process.py:263 Command (pid 1281744) wtime: 12.825
DEBUG    ya.test:process.py:275 Command (pid 1281744) output:
2025-12-12T09:34:49.136323Z Fetching udfs...
2025-12-12T09:34:49.576316Z Initialization of fq runner...
2025-12-12T09:34:53.256330Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.934615s
2025-12-12T09:34:54.196994Z Fetching query results...
2025-12-12T09:34:54.197012Z Writing query results...
2025-12-12T09:34:54.197024Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1281744) errors:
...on3/Python/import.c:2873:15
    #19 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f8e9e003204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f8e9e003204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8e9e0036f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f8e9e0036f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f8e9e003ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f8e9e003ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f8e9e15c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f8e9e15c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f8e9e71cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f8e9e71a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f8e9e71a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f8e9e71a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8e9e6d5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f8e9e6d5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f8e9e6d5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f8e9e6eba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f8e9e6ea5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f8e9e6e9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f8e9e6e9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f8e9e6e91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f8e9e6e88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f8e9e6e88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f8e9e6dc5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f8e9e6f392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f8e9e6d78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f8e9e6d78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f8e9e6d653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f8e9e6d6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f8e9e724182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f8e9e0dca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f8e9e0dca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f8e9e05ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f8e9e003204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f8e9e003204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f8e9e15b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8e9e65e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f8e9e002b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8e9e715fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f8e9e715fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f8e9e0459e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f8e9e0459e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f8e9e0dbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f8e9e0dbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f8e9e0039dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f8e9e0039dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f8e9e0038e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f8e9e15b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f8e9e15af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f8e9e043e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f8e9e043e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f8e9e71cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f8e9e71a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f8e9e71a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f8e9e71a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f8e9e7fef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f8e9e7fef4d in NYql::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 0x7f8e9e7fe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f8e9dc3dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8e9e715fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f8e9e715fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f8e9e0567d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f8e9e0567d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f8e9e003204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f8e9e003204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8e9e0036f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f8e9e0036f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f8e9e003ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f8e9e003ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f8e9e15c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f8e9e15c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f8e9e71cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f8e9e71a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f8e9e71a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f8e9e71a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8e9e0e63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f8e9e002b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8e9e0e5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f8e9e002b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8e9e0e5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f8e9e002b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8e9e08d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f8e9e08d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f8e9e714911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f8e9e7144dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f8e9e7120d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f8e9e715900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f8e9e715900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f8e9e7a0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f8e9e7a0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f8e9e7a0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f8e9e79fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f8e9e7570bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f8e9e7570bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f8e9e794847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f8e9e794847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f8e9e7dc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f8e9e7d6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f8e9e00450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8e9e715eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f8e9e66c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f8e9e795aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8e9e6d5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f8e9e6d5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f8e9e6d5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f8e9e6fd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f8e9e6fd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f8e9e6fb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f8e9e6fb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f8e9e6fa318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f8e9e6d8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f8e9e6d87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f8e9e6d87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f8e9e6d87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f8e9e6edf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f8e9e6db90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f8e9e6d8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f8e9e6d8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f8e9e6d87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f8e9e6d87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f8e9e6d87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f8e9e6d7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f8e9e6d7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f8e9e6d653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f8e9e6d6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f8e9e7240a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f8e9e7240a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f8e9e806a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f8e9e7fef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f8e9e7fef59 in NYql::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 0x7f8e9e7fe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f8e9dc3dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f8eba065d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8e9e715eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f8e9e66c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f8e9e795aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8e9e08d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f8e9e08d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f8e9e714911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f8e9e7120d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f8e9e715900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f8e9e715900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f8e9e7a0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f8e9e7a0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f8e9e7a0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f8e9e79fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f8e9e7570bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f8e9e7570bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f8e9e794847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f8e9e794847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f8e9e0dbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f8e9e0dbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f8e9e15b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f8e9e100b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8e9e08d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f8e9e08d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f8e9e714911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f8e9e7120d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f8e9e715900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f8e9e715900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f8e9e7a0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f8e9e7a0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f8e9e7a0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f8e9e79fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f8e9e7570bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f8e9e7570bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f8e9e794847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f8e9e794847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f8e9e7dc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f8e9e7d6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f8e9e15b50d 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 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f8e9e003204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f8e9e003204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8e9e0036f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f8e9e0036f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f8e9e003ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f8e9e003ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f8e9e15c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f8e9e15c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f8e9e71cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f8e9e71a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f8e9e71a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f8e9e71a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8e9e6d5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f8e9e6d5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f8e9e6d5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f8e9e6eba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f8e9e6ea5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f8e9e6e9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f8e9e6e9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f8e9e6e91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f8e9e6e88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f8e9e6e88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f8e9e6dc5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f8e9e6f392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f8e9e6d78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f8e9e6d78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f8e9e6d653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f8e9e6d6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f8e9e724182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f8e9e0dca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f8e9e0dca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f8e9e05ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f8e9e003204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f8e9e003204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f8e9e15b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8e9e65e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f8e9e002b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8e9e715fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f8e9e715fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f8e9e0459e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f8e9e0459e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f8e9e0dbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f8e9e0dbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f8e9e0039dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f8e9e0039dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f8e9e0038e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f8e9e15b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f8e9e15af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f8e9e043e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f8e9e043e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f8e9e71cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f8e9e71a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f8e9e71a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f8e9e71a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f8e9e7fef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f8e9e7fef4d in NYql::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 0x7f8e9e7fe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f8e9dc3dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8e9e715fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f8e9e715fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f8e9e0567d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f8e9e0567d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f8e9e003204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f8e9e003204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8e9e0036f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f8e9e0036f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f8e9e003ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f8e9e003ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f8e9e15c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f8e9e15c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f8e9e71cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f8e9e71a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f8e9e71a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f8e9e71a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8e9e0e63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f8e9e002b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8e9e0e5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f8e9e002b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8e9e0e5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f8e9e002b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8e9e08d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f8e9e08d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f8e9e714911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f8e9e7144dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f8e9e7120d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f8e9e715900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f8e9e715900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f8e9e7a0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f8e9e7a0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f8e9e7a0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f8e9e79fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f8e9e7570bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f8e9e7570bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f8e9e794847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f8e9e794847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f8e9e7dc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f8e9e7d6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f8e9e00450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8e9e715eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f8e9e66c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f8e9e795aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8e9e6d5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f8e9e6d5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f8e9e6d5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f8e9e6fd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f8e9e6fd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f8e9e6fb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f8e9e6fb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f8e9e6fa318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f8e9e6d8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f8e9e6d87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f8e9e6d87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f8e9e6d87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f8e9e6edf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f8e9e6db90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f8e9e6d8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f8e9e6d8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f8e9e6d87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f8e9e6d87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f8e9e6d87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f8e9e6d7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f8e9e6d7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f8e9e6d653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f8e9e6d6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f8e9e7240a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f8e9e7240a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f8e9e806a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f8e9e7fef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f8e9e7fef59 in NYql::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 0x7f8e9e7fe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f8e9dc3dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f8eba065d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8e9e092bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8e9e00df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8e9e715eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f8e9e66c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f8e9e795aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f8e9e100b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f8e9e0dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f8e9e0dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f8e9e795aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f8e9e795aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f8e9e795aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8e9e08d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f8e9e08d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f8e9e714911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f8e9e7120d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f8e9e715900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f8e9e715900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f8e9e7a0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f8e9e7a0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f8e9e7a0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f8e9e79fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f8e9e7570bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f8e9e7570bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f8e9e794847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f8e9e794847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f8e9e0dbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f8e9e0dbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f8e9e05f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f8e9e15b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f8e9e10815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f8e9e10815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f8e9e100b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f8e9e100b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f8e9e100b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8e9e08b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8e9e08d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f8e9e08d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f8e9e714911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f8e9e7146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f8e9e7144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f8e9e7120d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f8e9e715900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f8e9e715900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f8e9e7a0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f8e9e7a0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f8e9e7a0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f8e9e79fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f8e9e7570bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f8e9e7570bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f8e9e794847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f8e9e794847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f8e9e002b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f8e9e10a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f8e9e15b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f8e9e7dc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f8e9e7d6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f8e9e15b50d 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[hop-GroupByHopPercentile-default.txt] __________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f67ede5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f67ede56500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f67ed7db50d 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[hop-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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f9/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[hop-GroupByHopPercentile-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.4
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.4
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1283327
DEBUG    ya.test:process.py:259 Command (pid 1283327) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1283327) elapsed time (sec): 12.549904108047485
DEBUG    ya.test:process.py:263 Command (pid 1283327) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283327) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1283327) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283327) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283327) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1283327) maxrss: 1446136
DEBUG    ya.test:process.py:263 Command (pid 1283327) minflt: 362039
DEBUG    ya.test:process.py:263 Command (pid 1283327) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1283327) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1283327) nivcsw: 35
DEBUG    ya.test:process.py:263 Command (pid 1283327) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1283327) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1283327) nvcsw: 68517
DEBUG    ya.test:process.py:263 Command (pid 1283327) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 1283327) stime: 2.193572
DEBUG    ya.test:process.py:263 Command (pid 1283327) utime: 9.357316
DEBUG    ya.test:process.py:263 Command (pid 1283327) wtime: 12.552
DEBUG    ya.test:process.py:275 Command (pid 1283327) output:
2025-12-12T09:35:02.139123Z Fetching udfs...
2025-12-12T09:35:02.626101Z Initialization of fq runner...
2025-12-12T09:35:05.866870Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.034445s
2025-12-12T09:35:06.905679Z Fetching query results...
2025-12-12T09:35:06.905702Z Writing query results...
2025-12-12T09:35:06.905728Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1283327) errors:
...on3/Python/import.c:2873:15
    #19 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f67ed683204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f67ed683204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f67ed6836f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f67ed6836f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f67ed683ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f67ed683ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f67ed7dc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f67ed7dc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f67edd9cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f67edd9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f67edd9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f67edd9a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f67edd55e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f67edd55d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f67edd55d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f67edd6ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f67edd6a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f67edd69cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f67edd69cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f67edd691e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f67edd688a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f67edd688a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f67edd5c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f67edd7392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f67edd578a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f67edd578a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f67edd5653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f67edd56854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f67edda4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f67ed75ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f67ed75ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f67ed6def69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f67ed683204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f67ed683204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f67ed7db50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f67edcde3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f67ed682b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f67edd95fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f67edd95fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f67ed6c59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f67ed6c59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f67ed75bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f67ed75bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f67ed6839dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f67ed6839dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f67ed6838e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f67ed7db0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f67ed7daf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f67ed6c3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f67ed6c3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f67edd9cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f67edd9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f67edd9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f67edd9a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f67ede7ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f67ede7ef4d in NYql::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 0x7f67ede7e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f67ed2bdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f67edd95fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f67edd95fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f67ed6d67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f67ed6d67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f67ed683204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f67ed683204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f67ed6836f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f67ed6836f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f67ed683ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f67ed683ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f67ed7dc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f67ed7dc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f67edd9cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f67edd9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f67edd9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f67edd9a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f67ed7663c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f67ed682b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f67ed765ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f67ed682b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f67ed765de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f67ed682b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f67ed70d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f67ed70d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f67edd94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f67edd944dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f67edd920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f67edd95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f67edd95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f67ede20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f67ede20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f67ede20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f67ede1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f67eddd70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f67eddd70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f67ede14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f67ede14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f67ede5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f67ede56862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f67ed68450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f67edd95eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f67edcec408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f67ede15aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f67edd55e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f67edd55d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f67edd55d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f67edd7d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f67edd7d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f67edd7b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f67edd7b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f67edd7a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f67edd58f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f67edd587d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f67edd587d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f67edd587d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f67edd6df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f67edd5b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f67edd58b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f67edd58b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f67edd587a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f67edd587a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f67edd587a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f67edd57790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f67edd57790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f67edd5653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f67edd56854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f67edda40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f67edda40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f67ede86a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f67ede7ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f67ede7ef59 in NYql::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 0x7f67ede7e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f67ed2bdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f68096f1d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f67edd95eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f67edcec3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f67ede15aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f67ed70d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f67ed70d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f67edd94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f67edd920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f67edd95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f67edd95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f67ede20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f67ede20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f67ede20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f67ede1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f67eddd70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f67eddd70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f67ede14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f67ede14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f67ed75bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f67ed75bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f67ed7db5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f67ed780b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f67ed70d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f67ed70d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f67edd94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f67edd920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f67edd95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f67edd95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f67ede20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f67ede20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f67ede20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f67ede1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f67eddd70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f67eddd70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f67ede14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f67ede14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f67ede5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f67ede56500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f67ed7db50d 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 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f67ed683204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f67ed683204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f67ed6836f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f67ed6836f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f67ed683ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f67ed683ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f67ed7dc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f67ed7dc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f67edd9cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f67edd9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f67edd9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f67edd9a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f67edd55e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f67edd55d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f67edd55d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f67edd6ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f67edd6a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f67edd69cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f67edd69cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f67edd691e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f67edd688a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f67edd688a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f67edd5c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f67edd7392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f67edd578a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f67edd578a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f67edd5653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f67edd56854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f67edda4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f67ed75ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f67ed75ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f67ed6def69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f67ed683204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f67ed683204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f67ed7db50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f67edcde3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f67ed682b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f67edd95fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f67edd95fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f67ed6c59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f67ed6c59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f67ed75bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f67ed75bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f67ed6839dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f67ed6839dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f67ed6838e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f67ed7db0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f67ed7daf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f67ed6c3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f67ed6c3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f67edd9cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f67edd9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f67edd9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f67edd9a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f67ede7ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f67ede7ef4d in NYql::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 0x7f67ede7e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f67ed2bdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f67edd95fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f67edd95fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f67ed6d67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f67ed6d67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f67ed683204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f67ed683204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f67ed6836f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f67ed6836f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f67ed683ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f67ed683ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f67ed7dc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f67ed7dc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f67edd9cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f67edd9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f67edd9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f67edd9a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f67ed7663c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f67ed682b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f67ed765ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f67ed682b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f67ed765de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f67ed682b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f67ed70d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f67ed70d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f67edd94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f67edd944dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f67edd920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f67edd95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f67edd95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f67ede20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f67ede20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f67ede20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f67ede1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f67eddd70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f67eddd70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f67ede14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f67ede14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f67ede5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f67ede56862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f67ed68450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f67edd95eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f67edcec408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f67ede15aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f67edd55e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f67edd55d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f67edd55d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f67edd7d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f67edd7d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f67edd7b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f67edd7b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f67edd7a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f67edd58f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f67edd587d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f67edd587d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f67edd587d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f67edd6df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f67edd5b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f67edd58b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f67edd58b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f67edd587a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f67edd587a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f67edd587a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f67edd57790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f67edd57790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f67edd5653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f67edd56854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f67edda40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f67edda40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f67ede86a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f67ede7ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f67ede7ef59 in NYql::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 0x7f67ede7e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f67ed2bdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f68096f1d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f67ed712bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f67ed68df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f67edd95eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f67edcec3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f67ede15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f67ed780b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f67ed75cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f67ed75cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f67ede15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f67ede15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f67ede15aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f67ed70d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f67ed70d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f67edd94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f67edd920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f67edd95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f67edd95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f67ede20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f67ede20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f67ede20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f67ede1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f67eddd70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f67eddd70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f67ede14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f67ede14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f67ed75bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f67ed75bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f67ed6df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f67ed7db5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f67ed78815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f67ed78815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f67ed780b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f67ed780b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f67ed780b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f67ed70b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f67ed70d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f67ed70d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f67edd94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f67edd946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f67edd944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f67edd920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f67edd95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f67edd95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f67ede20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f67ede20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f67ede20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f67ede1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f67eddd70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f67eddd70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f67ede14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f67ede14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f67ed682b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f67ed78a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f67ed7db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f67ede5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f67ede56500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f67ed7db50d 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[hop-GroupByHopTimeExtractorUnusedColumns-default.txt] __________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f1028c3c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f1028c36500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f10285bb50d 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[hop-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/ujdr/0003f9/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/ujdr/0003f9/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/ujdr/0003f9/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f9/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1284948
DEBUG    ya.test:process.py:259 Command (pid 1284948) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1284948) elapsed time (sec): 10.964558362960815
DEBUG    ya.test:process.py:263 Command (pid 1284948) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284948) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284948) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284948) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284948) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1284948) maxrss: 1440612
DEBUG    ya.test:process.py:263 Command (pid 1284948) minflt: 359577
DEBUG    ya.test:process.py:263 Command (pid 1284948) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1284948) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1284948) nivcsw: 20
DEBUG    ya.test:process.py:263 Command (pid 1284948) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1284948) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1284948) nvcsw: 66968
DEBUG    ya.test:process.py:263 Command (pid 1284948) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 1284948) stime: 2.012168
DEBUG    ya.test:process.py:263 Command (pid 1284948) utime: 8.170249
DEBUG    ya.test:process.py:263 Command (pid 1284948) wtime: 10.967
DEBUG    ya.test:process.py:275 Command (pid 1284948) output:
2025-12-12T09:35:14.913334Z Fetching udfs...
2025-12-12T09:35:15.331980Z Initialization of fq runner...
2025-12-12T09:35:18.205136Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.821897s
2025-12-12T09:35:19.034363Z Fetching query results...
2025-12-12T09:35:19.034377Z Writing query results...
2025-12-12T09:35:19.034385Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1284948) errors:
...on3/Python/import.c:2873:15
    #19 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f1028463204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f1028463204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f10284636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f10284636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f1028463ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f1028463ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f10285bc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f10285bc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f1028b7cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f1028b7a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f1028b7a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f1028b7a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f1028b35e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f1028b35d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f1028b35d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f1028b4ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f1028b4a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f1028b49cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f1028b49cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f1028b491e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f1028b488a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f1028b488a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f1028b3c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f1028b5392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f1028b378a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f1028b378a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f1028b3653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f1028b36854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f1028b84182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f102853ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f102853ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f10284bef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f1028463204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f1028463204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f10285bb50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1028abe3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f1028462b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1028b75fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f1028b75fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f10284a59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f10284a59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f102853bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f102853bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f10284639dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f10284639dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f10284638e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f10285bb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f10285baf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f10284a3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f10284a3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f1028b7cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f1028b7a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f1028b7a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f1028b7a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f1028c5ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f1028c5ef4d in NYql::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 0x7f1028c5e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f102809dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1028b75fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f1028b75fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f10284b67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f10284b67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f1028463204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f1028463204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f10284636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f10284636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f1028463ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f1028463ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f10285bc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f10285bc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f1028b7cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f1028b7a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f1028b7a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f1028b7a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f10285463c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f1028462b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1028545ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f1028462b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1028545de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f1028462b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f10284ed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f10284ed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f1028b74911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f1028b744dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f1028b720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f1028b75900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f1028b75900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f1028c00ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f1028c00ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f1028c00ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f1028bffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f1028bb70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f1028bb70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f1028bf4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f1028bf4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f1028c3c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f1028c36862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f102846450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1028b75eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f1028acc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f1028bf5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f1028b35e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f1028b35d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f1028b35d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f1028b5d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f1028b5d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f1028b5b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f1028b5b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f1028b5a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f1028b38f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f1028b387d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f1028b387d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f1028b387d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f1028b4df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f1028b3b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f1028b38b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f1028b38b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f1028b387a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f1028b387a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f1028b387a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f1028b37790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f1028b37790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f1028b3653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f1028b36854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f1028b840a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f1028b840a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f1028c66a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f1028c5ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f1028c5ef59 in NYql::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 0x7f1028c5e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f102809dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f10444c8d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f1028b75eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f1028acc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f1028bf5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f10284ed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f10284ed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f1028b74911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f1028b720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f1028b75900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f1028b75900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f1028c00ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f1028c00ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f1028c00ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f1028bffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f1028bb70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f1028bb70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f1028bf4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f1028bf4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f102853bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f102853bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f10285bb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f1028560b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f10284ed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f10284ed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f1028b74911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f1028b720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f1028b75900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f1028b75900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f1028c00ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f1028c00ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f1028c00ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f1028bffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f1028bb70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f1028bb70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f1028bf4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f1028bf4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f1028c3c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f1028c36500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f10285bb50d 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 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f1028463204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f1028463204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f10284636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f10284636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f1028463ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f1028463ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f10285bc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f10285bc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f1028b7cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f1028b7a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f1028b7a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f1028b7a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f1028b35e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f1028b35d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f1028b35d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f1028b4ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f1028b4a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f1028b49cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f1028b49cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f1028b491e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f1028b488a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f1028b488a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f1028b3c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f1028b5392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f1028b378a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f1028b378a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f1028b3653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f1028b36854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f1028b84182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f102853ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f102853ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f10284bef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f1028463204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f1028463204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f10285bb50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1028abe3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f1028462b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1028b75fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f1028b75fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f10284a59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f10284a59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f102853bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f102853bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f10284639dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f10284639dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f10284638e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f10285bb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f10285baf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f10284a3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f10284a3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f1028b7cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f1028b7a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f1028b7a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f1028b7a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f1028c5ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f1028c5ef4d in NYql::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 0x7f1028c5e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f102809dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1028b75fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f1028b75fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f10284b67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f10284b67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f1028463204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f1028463204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f10284636f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f10284636f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f1028463ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f1028463ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f10285bc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f10285bc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f1028b7cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f1028b7a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f1028b7a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f1028b7a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f10285463c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f1028462b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1028545ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f1028462b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1028545de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f1028462b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f10284ed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f10284ed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f1028b74911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f1028b744dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f1028b720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f1028b75900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f1028b75900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f1028c00ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f1028c00ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f1028c00ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f1028bffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f1028bb70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f1028bb70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f1028bf4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f1028bf4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f1028c3c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f1028c36862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f102846450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1028b75eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f1028acc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f1028bf5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f1028b35e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f1028b35d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f1028b35d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f1028b5d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f1028b5d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f1028b5b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f1028b5b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f1028b5a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f1028b38f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f1028b387d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f1028b387d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f1028b387d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f1028b4df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f1028b3b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f1028b38b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f1028b38b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f1028b387a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f1028b387a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f1028b387a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f1028b37790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f1028b37790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f1028b3653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f1028b36854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f1028b840a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f1028b840a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f1028c66a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f1028c5ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f1028c5ef59 in NYql::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 0x7f1028c5e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f102809dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f10444c8d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f10284f2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f102846df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f1028b75eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f1028acc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f1028bf5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f1028560b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f102853cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f102853cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f1028bf5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f1028bf5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f1028bf5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f10284ed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f10284ed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f1028b74911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f1028b720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f1028b75900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f1028b75900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f1028c00ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f1028c00ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f1028c00ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f1028bffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f1028bb70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f1028bb70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f1028bf4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f1028bf4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f102853bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f102853bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f10284bf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f10285bb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f102856815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f102856815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f1028560b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f1028560b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f1028560b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f10284eb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f10284ed144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f10284ed144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f1028b74911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f1028b746ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f1028b744c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f1028b720d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f1028b75900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f1028b75900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f1028c00ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f1028c00ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f1028c00ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f1028bffdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f1028bb70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f1028bb70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f1028bf4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f1028bf4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f1028462b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f102856a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f1028c3c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f1028c36500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f10285bb50d 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 ===============================
15.53s call     test_sql_streaming.py::test[hop-GroupByHop-default.txt]
15.29s call     test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt]
13.70s call     test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt]
13.05s call     test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]
12.86s call     test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt]
12.58s call     test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt]
11.00s call     test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
0.03s setup    test_sql_streaming.py::test[hop-GroupByHop-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt]
0.02s setup    test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopTimeExtractorUnusedColumns-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hop-GroupByHopPercentile-default.txt]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[hop-GroupByHop-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_ddtexd50/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ff4a012c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ff4a0126500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ff49f9b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ff49faadb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ff49faadb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ff49faadb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ff49f9af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ff49fa5c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ff49f95450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff49f95450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ff49f954350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ff49faab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ff49faab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423598 byte(s) leaked in 8240 allocation(s).\n'
FAILED test_sql_streaming.py::test[hop-GroupByHopByStringKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_na_xgklp/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f81fdc2c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f81fdc26500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f81fd4b046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f81fd5adb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f81fd5adb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f81fd5adb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f81fd4af264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f81fd55c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f81fd45450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f81fd45450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f81fd454350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f81fd5ab50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f81fd5ab50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423422 byte(s) leaked in 8236 allocation(s).\n'
FAILED test_sql_streaming.py::test[hop-GroupByHopExprKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_4h7jadtf/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f465349c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f4653496500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f4652d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f4652e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f4652e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f4652e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f4652d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f4652dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f4652cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4652cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f4652cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f4652e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f4652e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423690 byte(s) leaked in 8242 allocation(s).\n'
FAILED test_sql_streaming.py::test[hop-GroupByHopListKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_z41qdpjc/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fd663b6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fd663b66500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fd6633f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fd6634edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fd6634edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fd6634edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fd6633ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fd66349c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fd66339450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd66339450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fd663394350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fd6634eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fd6634eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423693 byte(s) leaked in 8242 allocation(s).\n'
FAILED test_sql_streaming.py::test[hop-GroupByHopNoKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_bwztjpvq/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f8e9e7dc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f8e9e7d6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f8e9e06046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f8e9e15db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f8e9e15db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f8e9e15db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f8e9e05f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f8e9e10c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f8e9e00450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f8e9e00450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f8e9e004350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f8e9e15b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f8e9e15b50d 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[hop-GroupByHopPercentile-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_1u4v9a2g/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f67ede5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f67ede56500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f67ed6e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f67ed7ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f67ed7ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f67ed7ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f67ed6df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f67ed78c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f67ed68450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f67ed68450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f67ed684350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f67ed7db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f67ed7db50d 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[hop-GroupByHopTimeExtractorUnusedColumns-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f9/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/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f9/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk0/testing_out_stuff/yql/test_fqrun_7wlu5l0c/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f1028c3c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f1028c36500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f10284c046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f10285bdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f10285bdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f10285bdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f10284bf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f102856c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f102846450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f102846450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f1028464350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f10285bb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f10285bb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
========================= 7 failed in 95.98s (0:01:35) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/ujdr/0003f8/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 28 items

test_sql_streaming.py FFFFFFF

=================================== FAILURES ===================================
______________ test[hop-GroupByHopWithDataWatermarks-default.txt] ______________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fb6c964c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fb6c9646500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fb6c8fcb50d 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[hop-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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f8/yql/udfs
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/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[hop-GroupByHopWithDataWatermarks-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/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1272855
DEBUG    ya.test:process.py:259 Command (pid 1272855) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1272855) elapsed time (sec): 14.782802104949951
DEBUG    ya.test:process.py:263 Command (pid 1272855) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1272855) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1272855) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1272855) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1272855) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1272855) maxrss: 1448660
DEBUG    ya.test:process.py:263 Command (pid 1272855) minflt: 363799
DEBUG    ya.test:process.py:263 Command (pid 1272855) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1272855) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1272855) nivcsw: 1605
DEBUG    ya.test:process.py:263 Command (pid 1272855) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1272855) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1272855) nvcsw: 67984
DEBUG    ya.test:process.py:263 Command (pid 1272855) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 1272855) stime: 2.026569
DEBUG    ya.test:process.py:263 Command (pid 1272855) utime: 10.318292
DEBUG    ya.test:process.py:263 Command (pid 1272855) wtime: 14.785
DEBUG    ya.test:process.py:275 Command (pid 1272855) output:
2025-12-12T09:33:50.659885Z Fetching udfs...
2025-12-12T09:33:51.218095Z Initialization of fq runner...
2025-12-12T09:33:55.728977Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.176365s
2025-12-12T09:33:56.914348Z Fetching query results...
2025-12-12T09:33:56.914373Z Writing query results...
2025-12-12T09:33:56.914384Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1272855) errors:
...on3/Python/import.c:2873:15
    #19 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fb6c8e73204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fb6c8e73204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fb6c8e736f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fb6c8e736f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fb6c8e73ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fb6c8e73ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fb6c8fcc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fb6c8fcc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fb6c958cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fb6c958a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fb6c958a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fb6c958a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb6c9545e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fb6c9545d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fb6c9545d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fb6c955ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fb6c955a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fb6c9559cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fb6c9559cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fb6c95591e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fb6c95588a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fb6c95588a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fb6c954c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fb6c956392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fb6c95478a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fb6c95478a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fb6c954653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fb6c9546854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fb6c9594182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fb6c8f4ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fb6c8f4ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fb6c8ecef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fb6c8e73204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fb6c8e73204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fb6c8fcb50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb6c94ce3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fb6c8e72b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb6c9585fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fb6c9585fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fb6c8eb59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fb6c8eb59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fb6c8f4bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fb6c8f4bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fb6c8e739dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fb6c8e739dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fb6c8e738e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fb6c8fcb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fb6c8fcaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fb6c8eb3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fb6c8eb3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fb6c958cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fb6c958a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fb6c958a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fb6c958a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fb6c966ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fb6c966ef4d in NYql::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 0x7fb6c966e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fb6c8aadd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb6c9585fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fb6c9585fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fb6c8ec67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fb6c8ec67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fb6c8e73204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fb6c8e73204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fb6c8e736f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fb6c8e736f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fb6c8e73ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fb6c8e73ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fb6c8fcc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fb6c8fcc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fb6c958cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fb6c958a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fb6c958a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fb6c958a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb6c8f563c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fb6c8e72b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb6c8f55ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fb6c8e72b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb6c8f55de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fb6c8e72b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb6c8efd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fb6c8efd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fb6c9584911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fb6c95844dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fb6c95820d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fb6c9585900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fb6c9585900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fb6c9610ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fb6c9610ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fb6c9610ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fb6c960fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fb6c95c70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fb6c95c70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fb6c9604847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fb6c9604847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fb6c964c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fb6c9646862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fb6c8e7450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb6c9585eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fb6c94dc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fb6c9605aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb6c9545e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fb6c9545d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fb6c9545d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fb6c956d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fb6c956d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fb6c956b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fb6c956b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fb6c956a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fb6c9548f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fb6c95487d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fb6c95487d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fb6c95487d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fb6c955df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fb6c954b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fb6c9548b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fb6c9548b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fb6c95487a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fb6c95487a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fb6c95487a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fb6c9547790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fb6c9547790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fb6c954653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fb6c9546854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fb6c95940a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fb6c95940a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fb6c9676a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fb6c966ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fb6c966ef59 in NYql::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 0x7fb6c966e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fb6c8aadd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fb6e4ed4d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fb6c9585eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fb6c94dc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fb6c9605aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb6c8efd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fb6c8efd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fb6c9584911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fb6c95820d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fb6c9585900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fb6c9585900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fb6c9610ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fb6c9610ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fb6c9610ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fb6c960fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fb6c95c70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fb6c95c70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fb6c9604847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fb6c9604847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fb6c8f4bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fb6c8f4bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fb6c8fcb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fb6c8f70b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fb6c8efd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fb6c8efd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fb6c9584911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fb6c95820d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fb6c9585900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fb6c9585900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fb6c9610ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fb6c9610ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fb6c9610ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fb6c960fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fb6c95c70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fb6c95c70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fb6c9604847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fb6c9604847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fb6c964c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fb6c9646500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fb6c8fcb50d 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 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fb6c8e73204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fb6c8e73204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fb6c8e736f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fb6c8e736f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fb6c8e73ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fb6c8e73ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fb6c8fcc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fb6c8fcc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fb6c958cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fb6c958a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fb6c958a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fb6c958a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb6c9545e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fb6c9545d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fb6c9545d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fb6c955ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fb6c955a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fb6c9559cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fb6c9559cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fb6c95591e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fb6c95588a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fb6c95588a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fb6c954c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fb6c956392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fb6c95478a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fb6c95478a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fb6c954653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fb6c9546854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fb6c9594182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fb6c8f4ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fb6c8f4ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fb6c8ecef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fb6c8e73204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fb6c8e73204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fb6c8fcb50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb6c94ce3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fb6c8e72b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb6c9585fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fb6c9585fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fb6c8eb59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fb6c8eb59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fb6c8f4bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fb6c8f4bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fb6c8e739dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fb6c8e739dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fb6c8e738e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fb6c8fcb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fb6c8fcaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fb6c8eb3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fb6c8eb3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fb6c958cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fb6c958a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fb6c958a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fb6c958a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fb6c966ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fb6c966ef4d in NYql::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 0x7fb6c966e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fb6c8aadd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb6c9585fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fb6c9585fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fb6c8ec67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fb6c8ec67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fb6c8e73204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fb6c8e73204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fb6c8e736f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fb6c8e736f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fb6c8e73ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fb6c8e73ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fb6c8fcc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fb6c8fcc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fb6c958cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fb6c958a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fb6c958a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fb6c958a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb6c8f563c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fb6c8e72b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb6c8f55ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fb6c8e72b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb6c8f55de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fb6c8e72b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb6c8efd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fb6c8efd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fb6c9584911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fb6c95844dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fb6c95820d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fb6c9585900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fb6c9585900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fb6c9610ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fb6c9610ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fb6c9610ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fb6c960fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fb6c95c70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fb6c95c70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fb6c9604847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fb6c9604847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fb6c964c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fb6c9646862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fb6c8e7450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb6c9585eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fb6c94dc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fb6c9605aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb6c9545e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fb6c9545d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fb6c9545d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fb6c956d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fb6c956d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fb6c956b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fb6c956b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fb6c956a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fb6c9548f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fb6c95487d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fb6c95487d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fb6c95487d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fb6c955df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fb6c954b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fb6c9548b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fb6c9548b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fb6c95487a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fb6c95487a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fb6c95487a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fb6c9547790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fb6c9547790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fb6c954653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fb6c9546854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fb6c95940a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fb6c95940a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fb6c9676a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fb6c966ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fb6c966ef59 in NYql::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 0x7fb6c966e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fb6c8aadd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fb6e4ed4d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb6c8f02bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fb6c8e7df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fb6c9585eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fb6c94dc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fb6c9605aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fb6c8f70b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fb6c8f4cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fb6c8f4cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fb6c9605aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fb6c9605aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fb6c9605aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb6c8efd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fb6c8efd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fb6c9584911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fb6c95820d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fb6c9585900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fb6c9585900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fb6c9610ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fb6c9610ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fb6c9610ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fb6c960fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fb6c95c70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fb6c95c70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fb6c9604847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fb6c9604847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fb6c8f4bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fb6c8f4bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fb6c8ecf005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fb6c8fcb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fb6c8f7815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fb6c8f7815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fb6c8f70b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fb6c8f70b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fb6c8f70b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fb6c8efb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fb6c8efd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fb6c8efd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fb6c9584911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fb6c95846ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fb6c95844c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fb6c95820d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fb6c9585900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fb6c9585900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fb6c9610ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fb6c9610ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fb6c9610ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fb6c960fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fb6c95c70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fb6c95c70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fb6c9604847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fb6c9604847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fb6c8e72b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fb6c8f7a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fb6c8fcb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fb6c964c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fb6c9646500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fb6c8fcb50d 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[hopping_window-GroupByHoppingWindow-default.txt] _____________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f794879c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f7948796500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f794811b50d 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[hopping_window-GroupByHoppingWindow-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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f8/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[hopping_window-GroupByHoppingWindow-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1275811
DEBUG    ya.test:process.py:259 Command (pid 1275811) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1275811) elapsed time (sec): 14.74354338645935
DEBUG    ya.test:process.py:263 Command (pid 1275811) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1275811) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1275811) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1275811) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1275811) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1275811) maxrss: 1431412
DEBUG    ya.test:process.py:263 Command (pid 1275811) minflt: 365947
DEBUG    ya.test:process.py:263 Command (pid 1275811) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1275811) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1275811) nivcsw: 1403
DEBUG    ya.test:process.py:263 Command (pid 1275811) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1275811) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1275811) nvcsw: 66923
DEBUG    ya.test:process.py:263 Command (pid 1275811) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1275811) stime: 2.152921
DEBUG    ya.test:process.py:263 Command (pid 1275811) utime: 10.313018
DEBUG    ya.test:process.py:263 Command (pid 1275811) wtime: 14.746
DEBUG    ya.test:process.py:275 Command (pid 1275811) output:
2025-12-12T09:34:06.028950Z Fetching udfs...
2025-12-12T09:34:06.592469Z Initialization of fq runner...
2025-12-12T09:34:10.898904Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.743232s
2025-12-12T09:34:11.648661Z Fetching query results...
2025-12-12T09:34:11.648684Z Writing query results...
2025-12-12T09:34:11.648696Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1275811) errors:
...on3/Python/import.c:2873:15
    #19 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f7947fc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f7947fc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f7947fc36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f7947fc36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f7947fc3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f7947fc3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f794811c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f794811c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f79486dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f79486da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f79486da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f79486da49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f7948695e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f7948695d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f7948695d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f79486aba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f79486aa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f79486a9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f79486a9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f79486a91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f79486a88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f79486a88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f794869c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f79486b392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f79486978a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f79486978a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f794869653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f7948696854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f79486e4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f794809ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f794809ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f794801ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f7947fc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f7947fc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f794811b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f794861e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f7947fc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f79486d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f79486d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f79480059e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f79480059e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f794809bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f794809bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f7947fc39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f7947fc39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f7947fc38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f794811b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f794811af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f7948003e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f7948003e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f79486dcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f79486da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f79486da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f79486da49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f79487bef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f79487bef4d in NYql::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 0x7f79487be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f7947bfdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f79486d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f79486d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f79480167d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f79480167d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f7947fc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f7947fc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f7947fc36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f7947fc36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f7947fc3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f7947fc3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f794811c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f794811c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f79486dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f79486da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f79486da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f79486da49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f79480a63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f7947fc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f79480a5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f7947fc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f79480a5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f7947fc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f794804d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f794804d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f79486d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f79486d44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f79486d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f79486d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f79486d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f7948760ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f7948760ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f7948760ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f794875fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f79487170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f79487170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f7948754847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f7948754847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f794879c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f7948796862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f7947fc450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f79486d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f794862c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f7948755aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f7948695e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f7948695d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f7948695d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f79486bd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f79486bd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f79486bb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f79486bb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f79486ba318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f7948698f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f79486987d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f79486987d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f79486987d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f79486adf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f794869b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f7948698b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f7948698b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f79486987a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f79486987a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f79486987a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f7948697790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f7948697790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f794869653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f7948696854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f79486e40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f79486e40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f79487c6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f79487bef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f79487bef59 in NYql::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 0x7f79487be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f7947bfdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f7964029d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f79486d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f794862c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f7948755aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f794804d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f794804d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f79486d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f79486d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f79486d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f79486d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f7948760ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f7948760ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f7948760ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f794875fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f79487170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f79487170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f7948754847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f7948754847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f794809bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f794809bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f794811b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f79480c0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f794804d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f794804d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f79486d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f79486d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f79486d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f79486d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f7948760ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f7948760ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f7948760ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f794875fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f79487170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f79487170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f7948754847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f7948754847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f794879c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f7948796500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f794811b50d 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 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f7947fc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f7947fc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f7947fc36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f7947fc36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f7947fc3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f7947fc3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f794811c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f794811c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f79486dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f79486da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f79486da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f79486da49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f7948695e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f7948695d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f7948695d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f79486aba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f79486aa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f79486a9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f79486a9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f79486a91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f79486a88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f79486a88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f794869c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f79486b392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f79486978a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f79486978a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f794869653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f7948696854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f79486e4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f794809ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f794809ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f794801ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f7947fc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f7947fc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f794811b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f794861e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f7947fc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f79486d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f79486d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f79480059e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f79480059e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f794809bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f794809bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f7947fc39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f7947fc39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f7947fc38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f794811b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f794811af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f7948003e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f7948003e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f79486dcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f79486da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f79486da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f79486da49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f79487bef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f79487bef4d in NYql::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 0x7f79487be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f7947bfdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f79486d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f79486d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f79480167d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f79480167d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f7947fc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f7947fc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f7947fc36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f7947fc36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f7947fc3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f7947fc3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f794811c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f794811c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f79486dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f79486da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f79486da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f79486da49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f79480a63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f7947fc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f79480a5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f7947fc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f79480a5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f7947fc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f794804d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f794804d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f79486d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f79486d44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f79486d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f79486d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f79486d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f7948760ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f7948760ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f7948760ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f794875fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f79487170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f79487170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f7948754847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f7948754847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f794879c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f7948796862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f7947fc450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f79486d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f794862c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f7948755aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f7948695e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f7948695d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f7948695d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f79486bd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f79486bd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f79486bb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f79486bb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f79486ba318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f7948698f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f79486987d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f79486987d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f79486987d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f79486adf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f794869b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f7948698b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f7948698b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f79486987a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f79486987a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f79486987a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f7948697790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f7948697790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f794869653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f7948696854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f79486e40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f79486e40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f79487c6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f79487bef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f79487bef59 in NYql::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 0x7f79487be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f7947bfdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f7964029d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f7948052bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f7947fcdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f79486d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f794862c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f7948755aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f79480c0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f794809cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f794809cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f7948755aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f7948755aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f7948755aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f794804d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f794804d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f79486d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f79486d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f79486d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f79486d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f7948760ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f7948760ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f7948760ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f794875fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f79487170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f79487170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f7948754847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f7948754847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f794809bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f794809bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f794801f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f794811b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f79480c815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f79480c815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f79480c0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f79480c0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f79480c0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f794804b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f794804d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f794804d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f79486d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f79486d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f79486d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f79486d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f79486d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f79486d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f7948760ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f7948760ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f7948760ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f794875fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f79487170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f79487170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f7948754847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f7948754847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f7947fc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f79480ca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f794811b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f794879c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f7948796500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f794811b50d 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[hopping_window-GroupByHoppingWindowByStringKey-default.txt] _______
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f624d7ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f624d7e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f624d16b50d 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[hopping_window-GroupByHoppingWindowByStringKey-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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f8/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[hopping_window-GroupByHoppingWindowByStringKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1278176
DEBUG    ya.test:process.py:259 Command (pid 1278176) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1278176) elapsed time (sec): 14.52302861213684
DEBUG    ya.test:process.py:263 Command (pid 1278176) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1278176) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1278176) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1278176) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1278176) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1278176) maxrss: 1420920
DEBUG    ya.test:process.py:263 Command (pid 1278176) minflt: 353028
DEBUG    ya.test:process.py:263 Command (pid 1278176) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1278176) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1278176) nivcsw: 676
DEBUG    ya.test:process.py:263 Command (pid 1278176) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1278176) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1278176) nvcsw: 68528
DEBUG    ya.test:process.py:263 Command (pid 1278176) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1278176) stime: 2.164054
DEBUG    ya.test:process.py:263 Command (pid 1278176) utime: 10.406548
DEBUG    ya.test:process.py:263 Command (pid 1278176) wtime: 14.526
DEBUG    ya.test:process.py:275 Command (pid 1278176) output:
2025-12-12T09:34:21.031237Z Fetching udfs...
2025-12-12T09:34:21.602100Z Initialization of fq runner...
2025-12-12T09:34:25.614074Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.827093s
2025-12-12T09:34:26.454606Z Fetching query results...
2025-12-12T09:34:26.454630Z Writing query results...
2025-12-12T09:34:26.454648Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1278176) errors:
...on3/Python/import.c:2873:15
    #19 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f624d013204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f624d013204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f624d0136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f624d0136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f624d013ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f624d013ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f624d16c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f624d16c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f624d72cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f624d72a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f624d72a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f624d72a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f624d6e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f624d6e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f624d6e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f624d6fba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f624d6fa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f624d6f9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f624d6f9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f624d6f91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f624d6f88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f624d6f88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f624d6ec5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f624d70392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f624d6e78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f624d6e78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f624d6e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f624d6e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f624d734182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f624d0eca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f624d0eca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f624d06ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f624d013204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f624d013204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f624d16b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f624d66e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f624d012b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f624d725fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f624d725fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f624d0559e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f624d0559e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f624d0ebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f624d0ebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f624d0139dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f624d0139dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f624d0138e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f624d16b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f624d16af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f624d053e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f624d053e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f624d72cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f624d72a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f624d72a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f624d72a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f624d80ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f624d80ef4d in NYql::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 0x7f624d80e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f624cc4dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f624d725fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f624d725fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f624d0667d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f624d0667d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f624d013204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f624d013204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f624d0136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f624d0136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f624d013ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f624d013ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f624d16c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f624d16c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f624d72cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f624d72a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f624d72a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f624d72a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f624d0f63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f624d012b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f624d0f5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f624d012b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f624d0f5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f624d012b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f624d09d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f624d09d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f624d724911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f624d7244dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f624d7220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f624d725900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f624d725900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f624d7b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f624d7b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f624d7b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f624d7afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f624d7670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f624d7670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f624d7a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f624d7a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f624d7ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f624d7e6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f624d01450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f624d725eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f624d67c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f624d7a5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f624d6e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f624d6e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f624d6e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f624d70d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f624d70d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f624d70b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f624d70b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f624d70a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f624d6e8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f624d6e87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f624d6e87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f624d6e87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f624d6fdf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f624d6eb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f624d6e8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f624d6e8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f624d6e87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f624d6e87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f624d6e87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f624d6e7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f624d6e7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f624d6e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f624d6e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f624d7340a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f624d7340a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f624d816a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f624d80ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f624d80ef59 in NYql::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 0x7f624d80e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f624cc4dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f626907ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f624d725eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f624d67c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f624d7a5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f624d09d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f624d09d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f624d724911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f624d7220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f624d725900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f624d725900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f624d7b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f624d7b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f624d7b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f624d7afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f624d7670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f624d7670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f624d7a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f624d7a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f624d0ebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f624d0ebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f624d16b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f624d110b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f624d09d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f624d09d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f624d724911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f624d7220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f624d725900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f624d725900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f624d7b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f624d7b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f624d7b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f624d7afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f624d7670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f624d7670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f624d7a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f624d7a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f624d7ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f624d7e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f624d16b50d 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 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f624d013204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f624d013204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f624d0136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f624d0136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f624d013ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f624d013ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f624d16c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f624d16c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f624d72cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f624d72a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f624d72a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f624d72a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f624d6e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f624d6e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f624d6e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f624d6fba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f624d6fa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f624d6f9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f624d6f9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f624d6f91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f624d6f88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f624d6f88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f624d6ec5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f624d70392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f624d6e78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f624d6e78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f624d6e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f624d6e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f624d734182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f624d0eca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f624d0eca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f624d06ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f624d013204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f624d013204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f624d16b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f624d66e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f624d012b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f624d725fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f624d725fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f624d0559e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f624d0559e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f624d0ebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f624d0ebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f624d0139dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f624d0139dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f624d0138e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f624d16b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f624d16af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f624d053e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f624d053e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f624d72cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f624d72a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f624d72a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f624d72a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f624d80ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f624d80ef4d in NYql::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 0x7f624d80e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f624cc4dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f624d725fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f624d725fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f624d0667d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f624d0667d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f624d013204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f624d013204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f624d0136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f624d0136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f624d013ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f624d013ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f624d16c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f624d16c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f624d72cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f624d72a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f624d72a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f624d72a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f624d0f63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f624d012b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f624d0f5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f624d012b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f624d0f5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f624d012b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f624d09d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f624d09d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f624d724911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f624d7244dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f624d7220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f624d725900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f624d725900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f624d7b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f624d7b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f624d7b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f624d7afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f624d7670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f624d7670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f624d7a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f624d7a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f624d7ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f624d7e6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f624d01450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f624d725eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f624d67c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f624d7a5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f624d6e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f624d6e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f624d6e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f624d70d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f624d70d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f624d70b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f624d70b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f624d70a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f624d6e8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f624d6e87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f624d6e87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f624d6e87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f624d6fdf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f624d6eb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f624d6e8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f624d6e8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f624d6e87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f624d6e87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f624d6e87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f624d6e7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f624d6e7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f624d6e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f624d6e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f624d7340a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f624d7340a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f624d816a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f624d80ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f624d80ef59 in NYql::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 0x7f624d80e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f624cc4dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f626907ed8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f624d0a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f624d01df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f624d725eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f624d67c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f624d7a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f624d110b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f624d0ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f624d0ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f624d7a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f624d7a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f624d7a5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f624d09d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f624d09d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f624d724911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f624d7220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f624d725900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f624d725900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f624d7b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f624d7b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f624d7b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f624d7afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f624d7670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f624d7670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f624d7a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f624d7a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f624d0ebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f624d0ebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f624d06f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f624d16b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f624d11815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f624d11815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f624d110b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f624d110b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f624d110b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f624d09b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f624d09d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f624d09d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f624d724911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f624d7246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f624d7244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f624d7220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f624d725900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f624d725900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f624d7b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f624d7b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f624d7b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f624d7afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f624d7670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f624d7670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f624d7a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f624d7a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f624d012b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f624d11a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f624d16b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f624d7ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f624d7e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f624d16b50d 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[hopping_window-GroupByHoppingWindowExprKey-default.txt] _________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f99082ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f99082e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f9907c6b50d 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[hopping_window-GroupByHoppingWindowExprKey-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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f8/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[hopping_window-GroupByHoppingWindowExprKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1280266
DEBUG    ya.test:process.py:259 Command (pid 1280266) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1280266) elapsed time (sec): 12.616146326065063
DEBUG    ya.test:process.py:263 Command (pid 1280266) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280266) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1280266) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280266) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280266) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1280266) maxrss: 1454904
DEBUG    ya.test:process.py:263 Command (pid 1280266) minflt: 362390
DEBUG    ya.test:process.py:263 Command (pid 1280266) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1280266) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1280266) nivcsw: 54
DEBUG    ya.test:process.py:263 Command (pid 1280266) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1280266) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1280266) nvcsw: 68521
DEBUG    ya.test:process.py:263 Command (pid 1280266) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1280266) stime: 2.238006
DEBUG    ya.test:process.py:263 Command (pid 1280266) utime: 9.945272
DEBUG    ya.test:process.py:263 Command (pid 1280266) wtime: 12.619
DEBUG    ya.test:process.py:275 Command (pid 1280266) output:
2025-12-12T09:34:35.703472Z Fetching udfs...
2025-12-12T09:34:36.136757Z Initialization of fq runner...
2025-12-12T09:34:39.812235Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.840367s
2025-12-12T09:34:40.658261Z Fetching query results...
2025-12-12T09:34:40.658285Z Writing query results...
2025-12-12T09:34:40.658300Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1280266) errors:
...on3/Python/import.c:2873:15
    #19 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f9907b13204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f9907b13204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f9907b136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f9907b136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f9907b13ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f9907b13ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f9907c6c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f9907c6c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f990822cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f990822a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f990822a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f990822a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f99081e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f99081e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f99081e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f99081fba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f99081fa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f99081f9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f99081f9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f99081f91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f99081f88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f99081f88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f99081ec5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f990820392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f99081e78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f99081e78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f99081e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f99081e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f9908234182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f9907beca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f9907beca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f9907b6ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f9907b13204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f9907b13204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f9907c6b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f990816e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f9907b12b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f9908225fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f9908225fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f9907b559e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f9907b559e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f9907bebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f9907bebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f9907b139dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f9907b139dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f9907b138e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f9907c6b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f9907c6af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f9907b53e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f9907b53e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f990822cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f990822a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f990822a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f990822a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f990830ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f990830ef4d in NYql::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 0x7f990830e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f990774dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f9908225fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f9908225fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f9907b667d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f9907b667d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f9907b13204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f9907b13204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f9907b136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f9907b136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f9907b13ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f9907b13ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f9907c6c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f9907c6c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f990822cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f990822a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f990822a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f990822a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f9907bf63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f9907b12b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f9907bf5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f9907b12b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f9907bf5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f9907b12b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f9907b9d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f9907b9d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f9908224911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f99082244dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f99082220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f9908225900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f9908225900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f99082b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f99082b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f99082b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f99082afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f99082670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f99082670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f99082a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f99082a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f99082ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f99082e6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f9907b1450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f9908225eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f990817c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f99082a5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f99081e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f99081e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f99081e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f990820d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f990820d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f990820b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f990820b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f990820a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f99081e8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f99081e87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f99081e87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f99081e87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f99081fdf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f99081eb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f99081e8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f99081e8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f99081e87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f99081e87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f99081e87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f99081e7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f99081e7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f99081e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f99081e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f99082340a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f99082340a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f9908316a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f990830ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f990830ef59 in NYql::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 0x7f990830e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f990774dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f9923b75d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f9908225eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f990817c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f99082a5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f9907b9d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f9907b9d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f9908224911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f99082220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f9908225900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f9908225900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f99082b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f99082b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f99082b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f99082afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f99082670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f99082670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f99082a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f99082a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f9907bebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f9907bebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f9907c6b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f9907c10b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f9907b9d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f9907b9d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f9908224911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f99082220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f9908225900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f9908225900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f99082b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f99082b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f99082b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f99082afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f99082670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f99082670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f99082a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f99082a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f99082ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f99082e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f9907c6b50d 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 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f9907b13204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f9907b13204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f9907b136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f9907b136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f9907b13ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f9907b13ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f9907c6c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f9907c6c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f990822cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f990822a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f990822a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f990822a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f99081e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f99081e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f99081e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f99081fba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f99081fa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f99081f9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f99081f9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f99081f91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f99081f88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f99081f88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f99081ec5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f990820392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f99081e78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f99081e78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f99081e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f99081e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f9908234182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f9907beca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f9907beca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f9907b6ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f9907b13204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f9907b13204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f9907c6b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f990816e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f9907b12b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f9908225fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f9908225fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f9907b559e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f9907b559e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f9907bebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f9907bebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f9907b139dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f9907b139dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f9907b138e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f9907c6b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f9907c6af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f9907b53e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f9907b53e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f990822cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f990822a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f990822a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f990822a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f990830ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f990830ef4d in NYql::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 0x7f990830e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f990774dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f9908225fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f9908225fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f9907b667d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f9907b667d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f9907b13204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f9907b13204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f9907b136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f9907b136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f9907b13ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f9907b13ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f9907c6c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f9907c6c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f990822cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f990822a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f990822a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f990822a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f9907bf63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f9907b12b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f9907bf5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f9907b12b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f9907bf5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f9907b12b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f9907b9d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f9907b9d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f9908224911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f99082244dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f99082220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f9908225900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f9908225900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f99082b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f99082b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f99082b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f99082afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f99082670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f99082670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f99082a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f99082a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f99082ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f99082e6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f9907b1450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f9908225eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f990817c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f99082a5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f99081e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f99081e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f99081e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f990820d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f990820d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f990820b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f990820b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f990820a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f99081e8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f99081e87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f99081e87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f99081e87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f99081fdf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f99081eb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f99081e8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f99081e8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f99081e87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f99081e87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f99081e87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f99081e7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f99081e7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f99081e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f99081e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f99082340a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f99082340a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f9908316a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f990830ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f990830ef59 in NYql::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 0x7f990830e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f990774dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f9923b75d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f9907ba2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f9907b1df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f9908225eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f990817c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f99082a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f9907c10b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f9907becee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f9907becee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f99082a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f99082a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f99082a5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f9907b9d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f9907b9d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f9908224911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f99082220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f9908225900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f9908225900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f99082b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f99082b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f99082b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f99082afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f99082670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f99082670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f99082a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f99082a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f9907bebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f9907bebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f9907b6f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f9907c6b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f9907c1815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f9907c1815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f9907c10b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f9907c10b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f9907c10b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f9907b9b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f9907b9d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f9907b9d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f9908224911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f99082246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f99082244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f99082220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f9908225900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f9908225900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f99082b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f99082b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f99082b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f99082afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f99082670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f99082670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f99082a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f99082a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f9907b12b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f9907c1a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f9907c6b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f99082ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f99082e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f9907c6b50d 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[hopping_window-GroupByHoppingWindowListKey-default.txt] _________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fbbbda1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fbbbda16500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fbbbd39b50d 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[hopping_window-GroupByHoppingWindowListKey-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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f8/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[hopping_window-GroupByHoppingWindowListKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1281522
DEBUG    ya.test:process.py:259 Command (pid 1281522) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1281522) elapsed time (sec): 12.56496000289917
DEBUG    ya.test:process.py:263 Command (pid 1281522) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281522) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1281522) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281522) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281522) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1281522) maxrss: 1438164
DEBUG    ya.test:process.py:263 Command (pid 1281522) minflt: 356608
DEBUG    ya.test:process.py:263 Command (pid 1281522) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1281522) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1281522) nivcsw: 44
DEBUG    ya.test:process.py:263 Command (pid 1281522) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1281522) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1281522) nvcsw: 67328
DEBUG    ya.test:process.py:263 Command (pid 1281522) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1281522) stime: 2.087643
DEBUG    ya.test:process.py:263 Command (pid 1281522) utime: 8.741297
DEBUG    ya.test:process.py:263 Command (pid 1281522) wtime: 12.567
DEBUG    ya.test:process.py:275 Command (pid 1281522) output:
2025-12-12T09:34:48.524876Z Fetching udfs...
2025-12-12T09:34:48.970799Z Initialization of fq runner...
2025-12-12T09:34:52.128440Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.721076s
2025-12-12T09:34:52.855147Z Fetching query results...
2025-12-12T09:34:52.855169Z Writing query results...
2025-12-12T09:34:52.855180Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1281522) errors:
...on3/Python/import.c:2873:15
    #19 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fbbbd243204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fbbbd243204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fbbbd2436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fbbbd2436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fbbbd243ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fbbbd243ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fbbbd39c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fbbbd39c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fbbbd95cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fbbbd95a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fbbbd95a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fbbbd95a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fbbbd915e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fbbbd915d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fbbbd915d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fbbbd92ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fbbbd92a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fbbbd929cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fbbbd929cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fbbbd9291e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fbbbd9288a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fbbbd9288a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fbbbd91c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fbbbd93392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fbbbd9178a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fbbbd9178a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fbbbd91653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fbbbd916854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fbbbd964182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fbbbd31ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fbbbd31ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fbbbd29ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fbbbd243204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fbbbd243204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fbbbd39b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fbbbd89e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fbbbd242b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fbbbd955fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fbbbd955fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fbbbd2859e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fbbbd2859e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fbbbd31bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fbbbd31bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fbbbd2439dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fbbbd2439dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fbbbd2438e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fbbbd39b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fbbbd39af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fbbbd283e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fbbbd283e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fbbbd95cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fbbbd95a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fbbbd95a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fbbbd95a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fbbbda3ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fbbbda3ef4d in NYql::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 0x7fbbbda3e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fbbbce7dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fbbbd955fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fbbbd955fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fbbbd2967d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fbbbd2967d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fbbbd243204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fbbbd243204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fbbbd2436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fbbbd2436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fbbbd243ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fbbbd243ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fbbbd39c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fbbbd39c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fbbbd95cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fbbbd95a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fbbbd95a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fbbbd95a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fbbbd3263c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fbbbd242b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fbbbd325ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fbbbd242b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fbbbd325de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fbbbd242b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fbbbd2cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fbbbd2cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fbbbd954911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fbbbd9544dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fbbbd9520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fbbbd955900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fbbbd955900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fbbbd9e0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fbbbd9e0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fbbbd9e0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fbbbd9dfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fbbbd9970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fbbbd9970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fbbbd9d4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fbbbd9d4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fbbbda1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fbbbda16862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fbbbd24450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fbbbd955eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fbbbd8ac408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fbbbd9d5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fbbbd915e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fbbbd915d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fbbbd915d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fbbbd93d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fbbbd93d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fbbbd93b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fbbbd93b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fbbbd93a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fbbbd918f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fbbbd9187d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fbbbd9187d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fbbbd9187d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fbbbd92df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fbbbd91b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fbbbd918b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fbbbd918b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fbbbd9187a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fbbbd9187a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fbbbd9187a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fbbbd917790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fbbbd917790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fbbbd91653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fbbbd916854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fbbbd9640a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fbbbd9640a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fbbbda46a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fbbbda3ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fbbbda3ef59 in NYql::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 0x7fbbbda3e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fbbbce7dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fbbd92abd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fbbbd955eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fbbbd8ac3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fbbbd9d5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fbbbd2cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fbbbd2cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fbbbd954911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fbbbd9520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fbbbd955900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fbbbd955900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fbbbd9e0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fbbbd9e0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fbbbd9e0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fbbbd9dfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fbbbd9970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fbbbd9970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fbbbd9d4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fbbbd9d4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fbbbd31bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fbbbd31bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fbbbd39b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fbbbd340b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fbbbd2cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fbbbd2cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fbbbd954911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fbbbd9520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fbbbd955900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fbbbd955900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fbbbd9e0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fbbbd9e0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fbbbd9e0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fbbbd9dfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fbbbd9970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fbbbd9970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fbbbd9d4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fbbbd9d4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fbbbda1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fbbbda16500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fbbbd39b50d 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 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fbbbd243204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fbbbd243204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fbbbd2436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fbbbd2436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fbbbd243ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fbbbd243ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fbbbd39c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fbbbd39c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fbbbd95cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fbbbd95a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fbbbd95a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fbbbd95a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fbbbd915e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fbbbd915d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fbbbd915d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fbbbd92ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fbbbd92a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fbbbd929cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fbbbd929cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fbbbd9291e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fbbbd9288a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fbbbd9288a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fbbbd91c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fbbbd93392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fbbbd9178a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fbbbd9178a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fbbbd91653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fbbbd916854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fbbbd964182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fbbbd31ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fbbbd31ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fbbbd29ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fbbbd243204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fbbbd243204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fbbbd39b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fbbbd89e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fbbbd242b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fbbbd955fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fbbbd955fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fbbbd2859e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fbbbd2859e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fbbbd31bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fbbbd31bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fbbbd2439dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fbbbd2439dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fbbbd2438e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fbbbd39b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fbbbd39af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fbbbd283e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fbbbd283e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fbbbd95cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fbbbd95a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fbbbd95a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fbbbd95a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fbbbda3ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fbbbda3ef4d in NYql::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 0x7fbbbda3e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fbbbce7dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fbbbd955fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fbbbd955fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fbbbd2967d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fbbbd2967d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fbbbd243204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fbbbd243204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fbbbd2436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fbbbd2436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fbbbd243ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fbbbd243ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fbbbd39c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fbbbd39c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fbbbd95cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fbbbd95a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fbbbd95a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fbbbd95a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fbbbd3263c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fbbbd242b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fbbbd325ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fbbbd242b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fbbbd325de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fbbbd242b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fbbbd2cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fbbbd2cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fbbbd954911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fbbbd9544dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fbbbd9520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fbbbd955900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fbbbd955900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fbbbd9e0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fbbbd9e0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fbbbd9e0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fbbbd9dfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fbbbd9970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fbbbd9970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fbbbd9d4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fbbbd9d4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fbbbda1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fbbbda16862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fbbbd24450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fbbbd955eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fbbbd8ac408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fbbbd9d5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fbbbd915e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fbbbd915d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fbbbd915d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fbbbd93d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fbbbd93d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fbbbd93b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fbbbd93b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fbbbd93a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fbbbd918f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fbbbd9187d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fbbbd9187d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fbbbd9187d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fbbbd92df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fbbbd91b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fbbbd918b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fbbbd918b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fbbbd9187a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fbbbd9187a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fbbbd9187a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fbbbd917790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fbbbd917790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fbbbd91653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fbbbd916854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fbbbd9640a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fbbbd9640a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fbbbda46a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fbbbda3ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fbbbda3ef59 in NYql::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 0x7fbbbda3e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fbbbce7dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fbbd92abd8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fbbbd2d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fbbbd24df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fbbbd955eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fbbbd8ac3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fbbbd9d5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fbbbd340b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fbbbd31cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fbbbd31cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fbbbd9d5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fbbbd9d5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fbbbd9d5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fbbbd2cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fbbbd2cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fbbbd954911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fbbbd9520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fbbbd955900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fbbbd955900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fbbbd9e0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fbbbd9e0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fbbbd9e0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fbbbd9dfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fbbbd9970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fbbbd9970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fbbbd9d4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fbbbd9d4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fbbbd31bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fbbbd31bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fbbbd29f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fbbbd39b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fbbbd34815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fbbbd34815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fbbbd340b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fbbbd340b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fbbbd340b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fbbbd2cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fbbbd2cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fbbbd2cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fbbbd954911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fbbbd9546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fbbbd9544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fbbbd9520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fbbbd955900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fbbbd955900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fbbbd9e0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fbbbd9e0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fbbbd9e0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fbbbd9dfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fbbbd9970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fbbbd9970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fbbbd9d4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fbbbd9d4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fbbbd242b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fbbbd34a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fbbbd39b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fbbbda1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fbbbda16500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fbbbd39b50d 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[hopping_window-GroupByHoppingWindowNoKey-default.txt] __________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f99bbadc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f99bbad6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f99bb45b50d 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[hopping_window-GroupByHoppingWindowNoKey-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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f8/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[hopping_window-GroupByHoppingWindowNoKey-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1283062
DEBUG    ya.test:process.py:259 Command (pid 1283062) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1283062) elapsed time (sec): 11.672950506210327
DEBUG    ya.test:process.py:263 Command (pid 1283062) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283062) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1283062) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283062) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283062) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1283062) maxrss: 1433032
DEBUG    ya.test:process.py:263 Command (pid 1283062) minflt: 357673
DEBUG    ya.test:process.py:263 Command (pid 1283062) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1283062) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1283062) nivcsw: 26
DEBUG    ya.test:process.py:263 Command (pid 1283062) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1283062) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1283062) nvcsw: 66897
DEBUG    ya.test:process.py:263 Command (pid 1283062) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1283062) stime: 1.9206759999999998
DEBUG    ya.test:process.py:263 Command (pid 1283062) utime: 8.734492
DEBUG    ya.test:process.py:263 Command (pid 1283062) wtime: 11.675
DEBUG    ya.test:process.py:275 Command (pid 1283062) output:
2025-12-12T09:35:01.312671Z Fetching udfs...
2025-12-12T09:35:01.805967Z Initialization of fq runner...
2025-12-12T09:35:04.844745Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.723075s
2025-12-12T09:35:05.572613Z Fetching query results...
2025-12-12T09:35:05.572636Z Writing query results...
2025-12-12T09:35:05.572650Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1283062) errors:
...on3/Python/import.c:2873:15
    #19 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f99bb303204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f99bb303204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f99bb3036f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f99bb3036f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f99bb303ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f99bb303ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f99bb45c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f99bb45c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f99bba1cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f99bba1a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f99bba1a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f99bba1a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f99bb9d5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f99bb9d5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f99bb9d5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f99bb9eba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f99bb9ea5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f99bb9e9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f99bb9e9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f99bb9e91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f99bb9e88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f99bb9e88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f99bb9dc5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f99bb9f392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f99bb9d78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f99bb9d78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f99bb9d653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f99bb9d6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f99bba24182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f99bb3dca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f99bb3dca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f99bb35ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f99bb303204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f99bb303204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f99bb45b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f99bb95e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f99bb302b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f99bba15fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f99bba15fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f99bb3459e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f99bb3459e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f99bb3dbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f99bb3dbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f99bb3039dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f99bb3039dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f99bb3038e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f99bb45b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f99bb45af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f99bb343e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f99bb343e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f99bba1cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f99bba1a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f99bba1a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f99bba1a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f99bbafef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f99bbafef4d in NYql::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 0x7f99bbafe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f99baf3dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f99bba15fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f99bba15fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f99bb3567d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f99bb3567d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f99bb303204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f99bb303204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f99bb3036f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f99bb3036f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f99bb303ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f99bb303ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f99bb45c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f99bb45c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f99bba1cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f99bba1a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f99bba1a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f99bba1a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f99bb3e63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f99bb302b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f99bb3e5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f99bb302b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f99bb3e5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f99bb302b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f99bb38d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f99bb38d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f99bba14911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f99bba144dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f99bba120d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f99bba15900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f99bba15900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f99bbaa0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f99bbaa0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f99bbaa0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f99bba9fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f99bba570bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f99bba570bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f99bba94847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f99bba94847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f99bbadc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f99bbad6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f99bb30450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f99bba15eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f99bb96c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f99bba95aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f99bb9d5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f99bb9d5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f99bb9d5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f99bb9fd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f99bb9fd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f99bb9fb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f99bb9fb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f99bb9fa318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f99bb9d8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f99bb9d87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f99bb9d87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f99bb9d87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f99bb9edf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f99bb9db90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f99bb9d8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f99bb9d8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f99bb9d87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f99bb9d87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f99bb9d87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f99bb9d7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f99bb9d7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f99bb9d653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f99bb9d6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f99bba240a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f99bba240a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f99bbb06a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f99bbafef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f99bbafef59 in NYql::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 0x7f99bbafe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f99baf3dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f99d736ed8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f99bba15eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f99bb96c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f99bba95aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f99bb38d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f99bb38d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f99bba14911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f99bba120d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f99bba15900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f99bba15900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f99bbaa0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f99bbaa0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f99bbaa0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f99bba9fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f99bba570bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f99bba570bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f99bba94847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f99bba94847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f99bb3dbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f99bb3dbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f99bb45b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f99bb400b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f99bb38d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f99bb38d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f99bba14911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f99bba120d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f99bba15900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f99bba15900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f99bbaa0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f99bbaa0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f99bbaa0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f99bba9fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f99bba570bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f99bba570bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f99bba94847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f99bba94847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f99bbadc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f99bbad6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f99bb45b50d 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 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f99bb303204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f99bb303204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f99bb3036f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f99bb3036f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f99bb303ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f99bb303ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f99bb45c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f99bb45c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f99bba1cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f99bba1a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f99bba1a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f99bba1a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f99bb9d5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f99bb9d5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f99bb9d5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f99bb9eba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f99bb9ea5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f99bb9e9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f99bb9e9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f99bb9e91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f99bb9e88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f99bb9e88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f99bb9dc5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f99bb9f392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f99bb9d78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f99bb9d78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f99bb9d653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f99bb9d6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f99bba24182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f99bb3dca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f99bb3dca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f99bb35ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f99bb303204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f99bb303204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f99bb45b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f99bb95e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f99bb302b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f99bba15fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f99bba15fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f99bb3459e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f99bb3459e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f99bb3dbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f99bb3dbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f99bb3039dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f99bb3039dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f99bb3038e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f99bb45b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f99bb45af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f99bb343e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f99bb343e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f99bba1cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f99bba1a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f99bba1a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f99bba1a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f99bbafef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f99bbafef4d in NYql::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 0x7f99bbafe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f99baf3dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f99bba15fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f99bba15fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f99bb3567d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f99bb3567d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f99bb303204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f99bb303204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f99bb3036f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f99bb3036f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f99bb303ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f99bb303ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f99bb45c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f99bb45c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f99bba1cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f99bba1a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f99bba1a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f99bba1a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f99bb3e63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f99bb302b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f99bb3e5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f99bb302b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f99bb3e5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f99bb302b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f99bb38d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f99bb38d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f99bba14911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f99bba144dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f99bba120d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f99bba15900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f99bba15900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f99bbaa0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f99bbaa0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f99bbaa0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f99bba9fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f99bba570bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f99bba570bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f99bba94847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f99bba94847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f99bbadc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f99bbad6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f99bb30450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f99bba15eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f99bb96c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f99bba95aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f99bb9d5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f99bb9d5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f99bb9d5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f99bb9fd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f99bb9fd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f99bb9fb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f99bb9fb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f99bb9fa318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f99bb9d8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f99bb9d87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f99bb9d87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f99bb9d87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f99bb9edf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f99bb9db90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f99bb9d8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f99bb9d8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f99bb9d87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f99bb9d87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f99bb9d87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f99bb9d7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f99bb9d7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f99bb9d653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f99bb9d6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f99bba240a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f99bba240a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f99bbb06a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f99bbafef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f99bbafef59 in NYql::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 0x7f99bbafe8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f99baf3dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f99d736ed8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f99bb392bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f99bb30df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f99bba15eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f99bb96c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f99bba95aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f99bb400b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f99bb3dcee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f99bb3dcee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f99bba95aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f99bba95aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f99bba95aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f99bb38d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f99bb38d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f99bba14911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f99bba120d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f99bba15900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f99bba15900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f99bbaa0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f99bbaa0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f99bbaa0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f99bba9fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f99bba570bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f99bba570bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f99bba94847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f99bba94847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f99bb3dbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f99bb3dbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f99bb35f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f99bb45b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f99bb40815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f99bb40815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f99bb400b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f99bb400b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f99bb400b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f99bb38b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f99bb38d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f99bb38d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f99bba14911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f99bba146ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f99bba144c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f99bba120d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f99bba15900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f99bba15900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f99bbaa0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f99bbaa0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f99bbaa0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f99bba9fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f99bba570bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f99bba570bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f99bba94847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f99bba94847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f99bb302b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f99bb40a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f99bb45b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f99bbadc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f99bbad6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f99bb45b50d 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[hopping_window-GroupByHoppingWindowPercentile-default.txt] ________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7faadc37c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7faadc376500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7faadbcfb50d 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[hopping_window-GroupByHoppingWindowPercentile-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/ujdr/0003f8/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/ujdr/0003f8/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/ujdr/0003f8/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f8/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[hopping_window-GroupByHoppingWindowPercentile-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1284587
DEBUG    ya.test:process.py:259 Command (pid 1284587) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1284587) elapsed time (sec): 11.154391288757324
DEBUG    ya.test:process.py:263 Command (pid 1284587) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284587) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284587) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284587) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284587) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1284587) maxrss: 1442028
DEBUG    ya.test:process.py:263 Command (pid 1284587) minflt: 362906
DEBUG    ya.test:process.py:263 Command (pid 1284587) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1284587) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1284587) nivcsw: 32
DEBUG    ya.test:process.py:263 Command (pid 1284587) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1284587) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1284587) nvcsw: 66675
DEBUG    ya.test:process.py:263 Command (pid 1284587) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 1284587) stime: 1.943072
DEBUG    ya.test:process.py:263 Command (pid 1284587) utime: 8.252529
DEBUG    ya.test:process.py:263 Command (pid 1284587) wtime: 11.156
DEBUG    ya.test:process.py:275 Command (pid 1284587) output:
2025-12-12T09:35:13.157399Z Fetching udfs...
2025-12-12T09:35:13.560115Z Initialization of fq runner...
2025-12-12T09:35:16.333107Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.825839s
2025-12-12T09:35:17.162698Z Fetching query results...
2025-12-12T09:35:17.162713Z Writing query results...
2025-12-12T09:35:17.162721Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1284587) errors:
...on3/Python/import.c:2873:15
    #19 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7faadbba3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7faadbba3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7faadbba36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7faadbba36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7faadbba3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7faadbba3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7faadbcfc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7faadbcfc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7faadc2bcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7faadc2ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7faadc2ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7faadc2ba49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7faadc275e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7faadc275d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7faadc275d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7faadc28ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7faadc28a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7faadc289cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7faadc289cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7faadc2891e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7faadc2888a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7faadc2888a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7faadc27c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7faadc29392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7faadc2778a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7faadc2778a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7faadc27653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7faadc276854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7faadc2c4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7faadbc7ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7faadbc7ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7faadbbfef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7faadbba3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7faadbba3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7faadbcfb50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7faadc1fe3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7faadbba2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7faadc2b5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7faadc2b5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7faadbbe59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7faadbbe59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7faadbc7bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7faadbc7bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7faadbba39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7faadbba39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7faadbba38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7faadbcfb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7faadbcfaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7faadbbe3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7faadbbe3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7faadc2bcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7faadc2ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7faadc2ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7faadc2ba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7faadc39ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7faadc39ef4d in NYql::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 0x7faadc39e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7faadb7ddd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7faadc2b5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7faadc2b5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7faadbbf67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7faadbbf67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7faadbba3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7faadbba3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7faadbba36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7faadbba36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7faadbba3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7faadbba3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7faadbcfc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7faadbcfc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7faadc2bcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7faadc2ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7faadc2ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7faadc2ba49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7faadbc863c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7faadbba2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7faadbc85ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7faadbba2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7faadbc85de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7faadbba2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7faadbc2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7faadbc2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7faadc2b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7faadc2b44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7faadc2b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7faadc2b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7faadc2b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7faadc340ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7faadc340ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7faadc340ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7faadc33fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7faadc2f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7faadc2f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7faadc334847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7faadc334847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7faadc37c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7faadc376862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7faadbba450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7faadc2b5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7faadc20c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7faadc335aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7faadc275e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7faadc275d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7faadc275d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7faadc29d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7faadc29d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7faadc29b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7faadc29b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7faadc29a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7faadc278f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7faadc2787d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7faadc2787d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7faadc2787d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7faadc28df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7faadc27b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7faadc278b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7faadc278b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7faadc2787a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7faadc2787a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7faadc2787a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7faadc277790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7faadc277790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7faadc27653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7faadc276854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7faadc2c40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7faadc2c40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7faadc3a6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7faadc39ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7faadc39ef59 in NYql::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 0x7faadc39e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7faadb7ddd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7faaf7c03d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7faadc2b5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7faadc20c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7faadc335aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7faadbc2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7faadbc2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7faadc2b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7faadc2b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7faadc2b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7faadc2b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7faadc340ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7faadc340ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7faadc340ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7faadc33fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7faadc2f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7faadc2f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7faadc334847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7faadc334847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7faadbc7bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7faadbc7bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7faadbcfb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7faadbca0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7faadbc2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7faadbc2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7faadc2b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7faadc2b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7faadc2b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7faadc2b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7faadc340ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7faadc340ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7faadc340ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7faadc33fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7faadc2f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7faadc2f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7faadc334847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7faadc334847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7faadc37c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7faadc376500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7faadbcfb50d 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 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7faadbba3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7faadbba3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7faadbba36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7faadbba36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7faadbba3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7faadbba3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7faadbcfc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7faadbcfc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7faadc2bcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7faadc2ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7faadc2ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7faadc2ba49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7faadc275e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7faadc275d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7faadc275d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7faadc28ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7faadc28a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7faadc289cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7faadc289cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7faadc2891e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7faadc2888a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7faadc2888a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7faadc27c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7faadc29392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7faadc2778a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7faadc2778a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7faadc27653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7faadc276854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7faadc2c4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7faadbc7ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7faadbc7ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7faadbbfef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7faadbba3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7faadbba3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7faadbcfb50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7faadc1fe3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7faadbba2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7faadc2b5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7faadc2b5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7faadbbe59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7faadbbe59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7faadbc7bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7faadbc7bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7faadbba39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7faadbba39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7faadbba38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7faadbcfb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7faadbcfaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7faadbbe3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7faadbbe3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7faadc2bcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7faadc2ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7faadc2ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7faadc2ba49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7faadc39ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7faadc39ef4d in NYql::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 0x7faadc39e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7faadb7ddd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7faadc2b5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7faadc2b5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7faadbbf67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7faadbbf67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7faadbba3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7faadbba3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7faadbba36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7faadbba36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7faadbba3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7faadbba3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7faadbcfc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7faadbcfc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7faadc2bcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7faadc2ba38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7faadc2ba2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7faadc2ba49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7faadbc863c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7faadbba2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7faadbc85ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7faadbba2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7faadbc85de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7faadbba2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7faadbc2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7faadbc2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7faadc2b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7faadc2b44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7faadc2b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7faadc2b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7faadc2b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7faadc340ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7faadc340ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7faadc340ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7faadc33fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7faadc2f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7faadc2f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7faadc334847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7faadc334847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7faadc37c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7faadc376862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7faadbba450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7faadc2b5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7faadc20c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7faadc335aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7faadc275e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7faadc275d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7faadc275d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7faadc29d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7faadc29d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7faadc29b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7faadc29b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7faadc29a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7faadc278f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7faadc2787d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7faadc2787d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7faadc2787d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7faadc28df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7faadc27b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7faadc278b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7faadc278b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7faadc2787a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7faadc2787a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7faadc2787a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7faadc277790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7faadc277790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7faadc27653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7faadc276854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7faadc2c40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7faadc2c40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7faadc3a6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7faadc39ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7faadc39ef59 in NYql::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 0x7faadc39e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7faadb7ddd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7faaf7c03d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7faadbc32bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7faadbbadf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7faadc2b5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7faadc20c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7faadc335aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7faadbca0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7faadbc7cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7faadbc7cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7faadc335aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7faadc335aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7faadc335aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7faadbc2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7faadbc2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7faadc2b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7faadc2b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7faadc2b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7faadc2b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7faadc340ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7faadc340ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7faadc340ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7faadc33fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7faadc2f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7faadc2f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7faadc334847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7faadc334847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7faadbc7bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7faadbc7bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7faadbbff005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7faadbcfb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7faadbca815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7faadbca815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7faadbca0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7faadbca0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7faadbca0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7faadbc2b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7faadbc2d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7faadbc2d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7faadc2b4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7faadc2b46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7faadc2b44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7faadc2b20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7faadc2b5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7faadc2b5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7faadc340ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7faadc340ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7faadc340ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7faadc33fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7faadc2f70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7faadc2f70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7faadc334847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7faadc334847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7faadbba2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7faadbcaa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7faadc37c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7faadc376500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7faadbcfb50d 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 ===============================
14.82s call     test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt]
14.78s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindow-default.txt]
14.56s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
12.66s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt]
12.60s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt]
11.70s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
11.20s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt]
0.03s setup    test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt]
0.02s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowListKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowByStringKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowExprKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowNoKey-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindow-default.txt]
0.01s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowPercentile-default.txt]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[hop-GroupByHopWithDataWatermarks-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_w22b6bwj/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fb6c964c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fb6c9646500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fb6c8ed046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fb6c8fcdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fb6c8fcdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fb6c8fcdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fb6c8ecf264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fb6c8f7c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fb6c8e7450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fb6c8e7450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fb6c8e74350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fb6c8fcb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fb6c8fcb50d 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[hopping_window-GroupByHoppingWindow-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_6_e5_2ss/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f794879c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f7948796500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f794802046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f794811db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f794811db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f794811db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f794801f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f79480cc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f7947fc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f7947fc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f7947fc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f794811b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f794811b50d 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[hopping_window-GroupByHoppingWindowByStringKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_mxcisopu/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f624d7ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f624d7e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f624d07046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f624d16db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f624d16db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f624d16db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f624d06f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f624d11c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f624d01450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f624d01450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f624d014350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f624d16b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f624d16b50d 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[hopping_window-GroupByHoppingWindowExprKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_k5d_d1mk/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f99082ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f99082e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f9907b7046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f9907c6db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f9907c6db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f9907c6db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f9907b6f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f9907c1c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f9907b1450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f9907b1450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f9907b14350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f9907c6b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f9907c6b50d 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[hopping_window-GroupByHoppingWindowListKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_pxwuevrl/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fbbbda1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fbbbda16500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fbbbd2a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fbbbd39db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fbbbd39db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fbbbd39db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fbbbd29f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fbbbd34c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fbbbd24450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fbbbd24450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fbbbd244350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fbbbd39b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fbbbd39b50d 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[hopping_window-GroupByHoppingWindowNoKey-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_4jj1vgc7/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f99bbadc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f99bbad6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f99bb36046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f99bb45db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f99bb45db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f99bb45db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f99bb35f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f99bb40c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f99bb30450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f99bb30450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f99bb304350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f99bb45b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f99bb45b50d 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[hopping_window-GroupByHoppingWindowPercentile-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f8/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/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f8/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk1/testing_out_stuff/yql/test_fqrun_yb47kgec/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7faadc37c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7faadc376500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7faadbc0046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7faadbcfdb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7faadbcfdb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7faadbcfdb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7faadbbff264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7faadbcac00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7faadbba450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7faadbba450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7faadbba4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7faadbcfb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7faadbcfb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
========================= 7 failed in 94.16s (0:01:34) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/ujdr/0003fa/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 28 items

test_sql_streaming.py FFFFFFF

=================================== FAILURES ===================================
_ test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt] _
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f8d6938c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f8d69386500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 409134 byte(s) leaked in 7926 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003fa/yql/udfs
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/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[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-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/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1272742
DEBUG    ya.test:process.py:259 Command (pid 1272742) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1272742) elapsed time (sec): 15.20051097869873
DEBUG    ya.test:process.py:263 Command (pid 1272742) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1272742) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1272742) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1272742) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1272742) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1272742) maxrss: 1464288
DEBUG    ya.test:process.py:263 Command (pid 1272742) minflt: 375896
DEBUG    ya.test:process.py:263 Command (pid 1272742) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1272742) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1272742) nivcsw: 2142
DEBUG    ya.test:process.py:263 Command (pid 1272742) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1272742) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1272742) nvcsw: 68696
DEBUG    ya.test:process.py:263 Command (pid 1272742) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1272742) stime: 2.041238
DEBUG    ya.test:process.py:263 Command (pid 1272742) utime: 10.856975
DEBUG    ya.test:process.py:263 Command (pid 1272742) wtime: 15.204
DEBUG    ya.test:process.py:275 Command (pid 1272742) output:
2025-12-12T09:33:50.390031Z Fetching udfs...
2025-12-12T09:33:50.931931Z Initialization of fq runner...
2025-12-12T09:33:55.807194Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 1.170309s
2025-12-12T09:33:56.984052Z Fetching query results...
2025-12-12T09:33:56.984070Z Writing query results...
2025-12-12T09:33:56.984077Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1272742) errors:
...on3/Python/import.c:2873:15
    #19 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f8d68bb3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f8d68bb3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8d68bb36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f8d68bb36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f8d68bb3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f8d68bb3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f8d68d0c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f8d68d0c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f8d692ccd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f8d692ca38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f8d692ca2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f8d692ca49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8d692c5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f8d692c5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f8d68bf59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f8d68bf59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f8d68c8bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f8d68c8bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f8d68bb39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f8d68bb39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f8d68bb38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f8d68d0b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f8d68d0af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f8d68bf3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f8d68bf3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f8d692ccf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f8d692ca38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f8d692ca2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f8d692ca49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f8d693aef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f8d693aef4d in NYql::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 0x7f8d693ae8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f8d687edd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8d69285e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f8d69285d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f8d69285d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f8d6929ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f8d6929a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f8d69299cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f8d69299cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f8d692991e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f8d692988a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f8d692988a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f8d6928c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f8d692a392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f8d692878a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f8d692878a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f8d6928653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f8d69286854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f8d692d4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f8d68c8ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f8d68c8ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f8d68c0ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f8d68bb3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f8d68bb3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f8d68d0b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8d6920e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f8d68bb2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8d692c5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f8d692c5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f8d68c067f4 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16121:9
    #7 0x7f8d68c067f4 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f8d68bb3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f8d68bb3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8d68bb36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f8d68bb36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f8d68bb3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f8d68bb3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f8d68d0c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f8d68d0c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f8d692ccd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f8d692ca38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f8d692ca2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f8d692ca49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8d68c963c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f8d68bb2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8d68c95ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f8d68bb2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8d68c95de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f8d68bb2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8d68c3d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f8d68c3d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f8d692c4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f8d692c44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f8d692c20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f8d692c5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f8d692c5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f8d69350ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f8d69350ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f8d69350ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f8d6934fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f8d693070bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f8d693070bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f8d69344847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f8d69344847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f8d6938c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f8d69386862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f8d68bb450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8d692c5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f8d6921c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f8d69345aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8d69285e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f8d69285d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f8d69285d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f8d692ad4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f8d692ad4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f8d692ab211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f8d692ab211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f8d692aa318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f8d69288f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f8d692887d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f8d692887d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f8d692887d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f8d6929df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f8d6928b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f8d69288b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f8d69288b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f8d692887a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f8d692887a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f8d692887a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f8d69287790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f8d69287790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f8d6928653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f8d69286854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f8d692d40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f8d692d40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f8d693b6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f8d693aef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f8d693aef59 in NYql::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 0x7f8d693ae8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f8d687edd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f8d84c22d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f8d692c5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f8d6921c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f8d69345aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8d68c3d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f8d68c3d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f8d692c4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f8d692c20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f8d692c5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f8d692c5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f8d69350ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f8d69350ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f8d69350ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f8d6934fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f8d693070bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f8d693070bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f8d69344847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f8d69344847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f8d68c8bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f8d68c8bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f8d68d0b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f8d68cb0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f8d68c3d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f8d68c3d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f8d692c4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f8d692c20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f8d692c5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f8d692c5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f8d69350ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f8d69350ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f8d69350ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f8d6934fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f8d693070bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f8d693070bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f8d69344847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f8d69344847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f8d6938c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f8d69386500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 409134 byte(s) leaked in 7926 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f8d68bb3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f8d68bb3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8d68bb36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f8d68bb36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f8d68bb3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f8d68bb3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f8d68d0c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f8d68d0c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f8d692ccd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f8d692ca38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f8d692ca2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f8d692ca49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8d692c5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f8d692c5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f8d68bf59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f8d68bf59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f8d68c8bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f8d68c8bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f8d68bb39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f8d68bb39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f8d68bb38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f8d68d0b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f8d68d0af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f8d68bf3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f8d68bf3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f8d692ccf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f8d692ca38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f8d692ca2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f8d692ca49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f8d693aef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f8d693aef4d in NYql::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 0x7f8d693ae8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f8d687edd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8d69285e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f8d69285d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f8d69285d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f8d6929ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f8d6929a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f8d69299cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f8d69299cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f8d692991e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f8d692988a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f8d692988a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f8d6928c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f8d692a392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f8d692878a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f8d692878a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f8d6928653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f8d69286854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f8d692d4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f8d68c8ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f8d68c8ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f8d68c0ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f8d68bb3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f8d68bb3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f8d68d0b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8d6920e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f8d68bb2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8d692c5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f8d692c5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f8d68c067f4 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16121:9\n    #7 0x7f8d68c067f4 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f8d68bb3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f8d68bb3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8d68bb36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f8d68bb36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f8d68bb3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f8d68bb3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f8d68d0c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f8d68d0c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f8d692ccd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f8d692ca38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f8d692ca2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f8d692ca49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8d68c963c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f8d68bb2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8d68c95ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f8d68bb2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8d68c95de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f8d68bb2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8d68c3d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f8d68c3d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f8d692c4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f8d692c44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f8d692c20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f8d692c5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f8d692c5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f8d69350ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f8d69350ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f8d69350ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f8d6934fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f8d693070bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f8d693070bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f8d69344847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f8d69344847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f8d6938c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f8d69386862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f8d68bb450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8d692c5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f8d6921c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f8d69345aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8d69285e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f8d69285d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f8d69285d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f8d692ad4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f8d692ad4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f8d692ab211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f8d692ab211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f8d692aa318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f8d69288f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f8d692887d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f8d692887d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f8d692887d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f8d6929df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f8d6928b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f8d69288b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f8d69288b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f8d692887a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f8d692887a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f8d692887a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f8d69287790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f8d69287790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f8d6928653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f8d69286854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f8d692d40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f8d692d40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f8d693b6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f8d693aef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f8d693aef59 in NYql::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 0x7f8d693ae8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f8d687edd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f8d84c22d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8d68c42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f8d68bbdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f8d692c5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f8d6921c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f8d69345aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f8d68cb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f8d68c8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f8d68c8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f8d69345aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f8d69345aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f8d69345aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8d68c3d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f8d68c3d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f8d692c4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f8d692c20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f8d692c5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f8d692c5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f8d69350ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f8d69350ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f8d69350ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f8d6934fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f8d693070bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f8d693070bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f8d69344847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f8d69344847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f8d68c8bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f8d68c8bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f8d68c0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f8d68d0b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f8d68cb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f8d68cb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f8d68cb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f8d68cb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f8d68cb0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f8d68c3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f8d68c3d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f8d68c3d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f8d692c4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f8d692c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f8d692c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f8d692c20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f8d692c5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f8d692c5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f8d69350ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f8d69350ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f8d69350ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f8d6934fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f8d693070bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f8d693070bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f8d69344847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f8d69344847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f8d68bb2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f8d68cba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f8d6938c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f8d69386500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 409134 byte(s) leaked in 7926 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
________________________ test[pq-ReadTopic-default.txt] ________________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fd651ccc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fd651cc6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fd65164b50d 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[pq-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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003fa/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadTopic-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1275829
DEBUG    ya.test:process.py:259 Command (pid 1275829) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1275829) elapsed time (sec): 14.476781129837036
DEBUG    ya.test:process.py:263 Command (pid 1275829) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1275829) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1275829) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1275829) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1275829) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1275829) maxrss: 1370964
DEBUG    ya.test:process.py:263 Command (pid 1275829) minflt: 346027
DEBUG    ya.test:process.py:263 Command (pid 1275829) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1275829) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1275829) nivcsw: 4051
DEBUG    ya.test:process.py:263 Command (pid 1275829) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1275829) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1275829) nvcsw: 67049
DEBUG    ya.test:process.py:263 Command (pid 1275829) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1275829) stime: 2.081854
DEBUG    ya.test:process.py:263 Command (pid 1275829) utime: 10.175324
DEBUG    ya.test:process.py:263 Command (pid 1275829) wtime: 14.479
DEBUG    ya.test:process.py:275 Command (pid 1275829) output:
2025-12-12T09:34:06.188219Z Fetching udfs...
2025-12-12T09:34:06.736097Z Initialization of fq runner...
2025-12-12T09:34:11.165247Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.518379s
2025-12-12T09:34:11.695232Z Fetching query results...
2025-12-12T09:34:11.695264Z Writing query results...
2025-12-12T09:34:11.695277Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1275829) errors:
...on3/Python/import.c:2873:15
    #19 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fd6514f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fd6514f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd6514f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fd6514f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fd6514f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fd6514f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fd65164c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fd65164c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fd651c0cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fd651c0a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fd651c0a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fd651c0a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd651bc5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fd651bc5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fd651bc5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fd651bdba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fd651bda5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fd651bd9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fd651bd9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fd651bd91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fd651bd88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fd651bd88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fd651bcc5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fd651be392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fd651bc78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fd651bc78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fd651bc653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fd651bc6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fd651c14182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fd6515cca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fd6515cca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fd65154ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fd6514f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fd6514f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fd65164b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd651b4e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd6514f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd651c05fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd651c05fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fd6515359e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fd6515359e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fd6515cbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fd6515cbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fd6514f39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fd6514f39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fd6514f38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fd65164b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fd65164af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fd651533e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fd651533e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fd651c0cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fd651c0a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fd651c0a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fd651c0a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fd651ceef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fd651ceef4d in NYql::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 0x7fd651cee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fd65112dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd651c05fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd651c05fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fd6515467d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fd6515467d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fd6514f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fd6514f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd6514f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fd6514f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fd6514f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fd6514f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fd65164c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fd65164c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fd651c0cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fd651c0a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fd651c0a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fd651c0a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd6515d63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd6514f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd6515d5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd6514f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd6515d5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd6514f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd65157d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fd65157d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fd651c04911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fd651c044dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fd651c020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fd651c05900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fd651c05900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fd651c90ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fd651c90ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fd651c90ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fd651c8fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fd651c470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fd651c470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fd651c84847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fd651c84847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fd651ccc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fd651cc6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fd6514f450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd651c05eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd651b5c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fd651c85aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd651bc5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fd651bc5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fd651bc5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fd651bed4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fd651bed4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fd651beb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fd651beb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fd651bea318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fd651bc8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fd651bc87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fd651bc87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fd651bc87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fd651bddf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fd651bcb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fd651bc8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fd651bc8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fd651bc87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fd651bc87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fd651bc87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fd651bc7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fd651bc7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fd651bc653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fd651bc6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fd651c140a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fd651c140a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fd651cf6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fd651ceef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fd651ceef59 in NYql::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 0x7fd651cee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fd65112dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fd66d553d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd651c05eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd651b5c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fd651c85aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd65157d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fd65157d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fd651c04911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fd651c020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fd651c05900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fd651c05900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fd651c90ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fd651c90ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fd651c90ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fd651c8fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fd651c470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fd651c470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fd651c84847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fd651c84847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fd6515cbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fd6515cbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fd65164b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fd6515f0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd65157d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fd65157d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fd651c04911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fd651c020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fd651c05900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fd651c05900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fd651c90ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fd651c90ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fd651c90ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fd651c8fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fd651c470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fd651c470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fd651c84847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fd651c84847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fd651ccc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fd651cc6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fd65164b50d 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 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fd6514f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fd6514f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd6514f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd6514f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fd6514f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fd6514f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fd65164c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fd65164c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fd651c0cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fd651c0a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fd651c0a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fd651c0a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd651bc5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fd651bc5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fd651bc5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fd651bdba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fd651bda5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fd651bd9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fd651bd9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fd651bd91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fd651bd88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fd651bd88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fd651bcc5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fd651be392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fd651bc78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fd651bc78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fd651bc653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fd651bc6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fd651c14182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fd6515cca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fd6515cca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fd65154ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fd6514f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fd6514f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fd65164b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd651b4e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd6514f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd651c05fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd651c05fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fd6515359e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fd6515359e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fd6515cbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fd6515cbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fd6514f39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fd6514f39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fd6514f38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fd65164b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fd65164af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fd651533e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fd651533e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fd651c0cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fd651c0a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fd651c0a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fd651c0a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fd651ceef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fd651ceef4d in NYql::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 0x7fd651cee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fd65112dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd651c05fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd651c05fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fd6515467d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fd6515467d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fd6514f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fd6514f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd6514f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd6514f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fd6514f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fd6514f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fd65164c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fd65164c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fd651c0cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fd651c0a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fd651c0a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fd651c0a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd6515d63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd6514f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd6515d5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd6514f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd6515d5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd6514f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd65157d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fd65157d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fd651c04911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fd651c044dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fd651c020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fd651c05900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fd651c05900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fd651c90ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fd651c90ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fd651c90ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fd651c8fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fd651c470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fd651c470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fd651c84847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fd651c84847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fd651ccc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fd651cc6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fd6514f450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd651c05eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd651b5c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fd651c85aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd651bc5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fd651bc5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fd651bc5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fd651bed4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fd651bed4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fd651beb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fd651beb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fd651bea318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fd651bc8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fd651bc87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fd651bc87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fd651bc87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fd651bddf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fd651bcb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fd651bc8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fd651bc8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fd651bc87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fd651bc87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fd651bc87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fd651bc7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fd651bc7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fd651bc653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fd651bc6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fd651c140a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fd651c140a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fd651cf6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fd651ceef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fd651ceef59 in NYql::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 0x7fd651cee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fd65112dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fd66d553d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd651582bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd6514fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd651c05eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd651b5c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fd651c85aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fd6515f0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fd6515ccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fd6515ccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fd651c85aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fd651c85aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fd651c85aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd65157d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fd65157d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fd651c04911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fd651c020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fd651c05900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fd651c05900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fd651c90ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fd651c90ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fd651c90ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fd651c8fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fd651c470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fd651c470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fd651c84847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fd651c84847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fd6515cbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fd6515cbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fd65154f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fd65164b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fd6515f815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fd6515f815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fd6515f0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fd6515f0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fd6515f0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd65157b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd65157d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fd65157d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fd651c04911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fd651c046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fd651c044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fd651c020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fd651c05900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fd651c05900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fd651c90ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fd651c90ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fd651c90ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fd651c8fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fd651c470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fd651c470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fd651c84847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fd651c84847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fd6514f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fd6515fa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fd65164b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fd651ccc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fd651cc6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fd65164b50d 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[pq-ReadTopicWithMetadata-default.txt] __________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fcdb949c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fcdb9496500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fcdb8e1b50d 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[pq-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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003fa/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadTopicWithMetadata-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1278139
DEBUG    ya.test:process.py:259 Command (pid 1278139) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1278139) elapsed time (sec): 14.103839635848999
DEBUG    ya.test:process.py:263 Command (pid 1278139) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1278139) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1278139) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1278139) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1278139) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1278139) maxrss: 1399252
DEBUG    ya.test:process.py:263 Command (pid 1278139) minflt: 350643
DEBUG    ya.test:process.py:263 Command (pid 1278139) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1278139) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1278139) nivcsw: 575
DEBUG    ya.test:process.py:263 Command (pid 1278139) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1278139) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1278139) nvcsw: 67035
DEBUG    ya.test:process.py:263 Command (pid 1278139) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1278139) stime: 2.266
DEBUG    ya.test:process.py:263 Command (pid 1278139) utime: 10.00833
DEBUG    ya.test:process.py:263 Command (pid 1278139) wtime: 14.107
DEBUG    ya.test:process.py:275 Command (pid 1278139) output:
2025-12-12T09:34:20.974579Z Fetching udfs...
2025-12-12T09:34:21.548242Z Initialization of fq runner...
2025-12-12T09:34:25.297590Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.668842s
2025-12-12T09:34:25.971874Z Fetching query results...
2025-12-12T09:34:25.971894Z Writing query results...
2025-12-12T09:34:25.971904Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1278139) errors:
...on3/Python/import.c:2873:15
    #19 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fcdb8cc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fcdb8cc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fcdb8cc36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fcdb8cc36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fcdb8cc3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fcdb8cc3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fcdb8e1c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fcdb8e1c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fcdb93dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fcdb93da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fcdb93da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fcdb93da49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fcdb9395e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fcdb9395d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fcdb9395d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fcdb93aba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fcdb93aa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fcdb93a9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fcdb93a9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fcdb93a91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fcdb93a88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fcdb93a88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fcdb939c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fcdb93b392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fcdb93978a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fcdb93978a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fcdb939653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fcdb9396854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fcdb93e4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fcdb8d9ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fcdb8d9ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fcdb8d1ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fcdb8cc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fcdb8cc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fcdb8e1b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fcdb931e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fcdb8cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fcdb93d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fcdb93d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fcdb8d059e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fcdb8d059e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fcdb8d9bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fcdb8d9bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fcdb8cc39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fcdb8cc39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fcdb8cc38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fcdb8e1b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fcdb8e1af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fcdb8d03e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fcdb8d03e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fcdb93dcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fcdb93da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fcdb93da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fcdb93da49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fcdb94bef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fcdb94bef4d in NYql::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 0x7fcdb94be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fcdb88fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fcdb93d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fcdb93d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fcdb8d167d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fcdb8d167d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fcdb8cc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fcdb8cc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fcdb8cc36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fcdb8cc36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fcdb8cc3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fcdb8cc3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fcdb8e1c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fcdb8e1c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fcdb93dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fcdb93da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fcdb93da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fcdb93da49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fcdb8da63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fcdb8cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fcdb8da5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fcdb8cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fcdb8da5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fcdb8cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fcdb8d4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fcdb8d4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fcdb93d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fcdb93d44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fcdb93d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fcdb93d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fcdb93d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fcdb9460ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fcdb9460ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fcdb9460ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fcdb945fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fcdb94170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fcdb94170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fcdb9454847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fcdb9454847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fcdb949c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fcdb9496862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fcdb8cc450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fcdb93d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fcdb932c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fcdb9455aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fcdb9395e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fcdb9395d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fcdb9395d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fcdb93bd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fcdb93bd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fcdb93bb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fcdb93bb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fcdb93ba318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fcdb9398f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fcdb93987d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fcdb93987d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fcdb93987d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fcdb93adf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fcdb939b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fcdb9398b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fcdb9398b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fcdb93987a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fcdb93987a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fcdb93987a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fcdb9397790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fcdb9397790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fcdb939653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fcdb9396854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fcdb93e40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fcdb93e40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fcdb94c6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fcdb94bef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fcdb94bef59 in NYql::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 0x7fcdb94be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fcdb88fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fcdd4d2bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fcdb93d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fcdb932c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fcdb9455aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fcdb8d4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fcdb8d4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fcdb93d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fcdb93d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fcdb93d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fcdb93d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fcdb9460ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fcdb9460ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fcdb9460ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fcdb945fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fcdb94170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fcdb94170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fcdb9454847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fcdb9454847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fcdb8d9bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fcdb8d9bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fcdb8e1b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fcdb8dc0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fcdb8d4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fcdb8d4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fcdb93d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fcdb93d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fcdb93d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fcdb93d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fcdb9460ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fcdb9460ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fcdb9460ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fcdb945fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fcdb94170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fcdb94170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fcdb9454847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fcdb9454847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fcdb949c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fcdb9496500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fcdb8e1b50d 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 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fcdb8cc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fcdb8cc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fcdb8cc36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fcdb8cc36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fcdb8cc3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fcdb8cc3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fcdb8e1c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fcdb8e1c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fcdb93dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fcdb93da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fcdb93da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fcdb93da49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fcdb9395e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fcdb9395d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fcdb9395d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fcdb93aba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fcdb93aa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fcdb93a9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fcdb93a9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fcdb93a91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fcdb93a88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fcdb93a88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fcdb939c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fcdb93b392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fcdb93978a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fcdb93978a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fcdb939653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fcdb9396854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fcdb93e4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fcdb8d9ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fcdb8d9ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fcdb8d1ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fcdb8cc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fcdb8cc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fcdb8e1b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fcdb931e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fcdb8cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fcdb93d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fcdb93d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fcdb8d059e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fcdb8d059e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fcdb8d9bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fcdb8d9bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fcdb8cc39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fcdb8cc39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fcdb8cc38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fcdb8e1b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fcdb8e1af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fcdb8d03e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fcdb8d03e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fcdb93dcf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fcdb93da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fcdb93da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fcdb93da49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fcdb94bef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fcdb94bef4d in NYql::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 0x7fcdb94be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fcdb88fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fcdb93d5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fcdb93d5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fcdb8d167d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fcdb8d167d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fcdb8cc3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fcdb8cc3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fcdb8cc36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fcdb8cc36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fcdb8cc3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fcdb8cc3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fcdb8e1c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fcdb8e1c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fcdb93dcd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fcdb93da38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fcdb93da2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fcdb93da49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fcdb8da63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fcdb8cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fcdb8da5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fcdb8cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fcdb8da5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fcdb8cc2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fcdb8d4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fcdb8d4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fcdb93d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fcdb93d44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fcdb93d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fcdb93d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fcdb93d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fcdb9460ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fcdb9460ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fcdb9460ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fcdb945fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fcdb94170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fcdb94170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fcdb9454847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fcdb9454847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fcdb949c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fcdb9496862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fcdb8cc450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fcdb93d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fcdb932c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fcdb9455aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fcdb9395e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fcdb9395d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fcdb9395d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fcdb93bd4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fcdb93bd4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fcdb93bb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fcdb93bb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fcdb93ba318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fcdb9398f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fcdb93987d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fcdb93987d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fcdb93987d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fcdb93adf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fcdb939b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fcdb9398b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fcdb9398b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fcdb93987a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fcdb93987a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fcdb93987a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fcdb9397790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fcdb9397790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fcdb939653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fcdb9396854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fcdb93e40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fcdb93e40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fcdb94c6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fcdb94bef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fcdb94bef59 in NYql::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 0x7fcdb94be8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fcdb88fdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fcdd4d2bd8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fcdb8d52bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fcdb8ccdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fcdb93d5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fcdb932c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fcdb9455aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fcdb8dc0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fcdb8d9cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fcdb8d9cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fcdb9455aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fcdb9455aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fcdb9455aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fcdb8d4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fcdb8d4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fcdb93d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fcdb93d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fcdb93d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fcdb93d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fcdb9460ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fcdb9460ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fcdb9460ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fcdb945fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fcdb94170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fcdb94170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fcdb9454847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fcdb9454847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fcdb8d9bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fcdb8d9bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fcdb8d1f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fcdb8e1b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fcdb8dc815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fcdb8dc815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fcdb8dc0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fcdb8dc0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fcdb8dc0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fcdb8d4b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fcdb8d4d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fcdb8d4d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fcdb93d4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fcdb93d46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fcdb93d44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fcdb93d20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fcdb93d5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fcdb93d5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fcdb9460ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fcdb9460ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fcdb9460ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fcdb945fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fcdb94170bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fcdb94170bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fcdb9454847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fcdb9454847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fcdb8cc2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fcdb8dca520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fcdb8e1b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fcdb949c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fcdb9496500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fcdb8e1b50d 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[pq-ReadTopicWithMetadataInsideFilter-default.txt] ____________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f4e78f1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f4e78f16500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f4e7889b50d 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[pq-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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003fa/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadTopicWithMetadataInsideFilter-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1280237
DEBUG    ya.test:process.py:259 Command (pid 1280237) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1280237) elapsed time (sec): 13.055609941482544
DEBUG    ya.test:process.py:263 Command (pid 1280237) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280237) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1280237) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280237) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280237) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1280237) maxrss: 1398872
DEBUG    ya.test:process.py:263 Command (pid 1280237) minflt: 358242
DEBUG    ya.test:process.py:263 Command (pid 1280237) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1280237) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1280237) nivcsw: 55
DEBUG    ya.test:process.py:263 Command (pid 1280237) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1280237) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1280237) nvcsw: 68624
DEBUG    ya.test:process.py:263 Command (pid 1280237) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1280237) stime: 2.36935
DEBUG    ya.test:process.py:263 Command (pid 1280237) utime: 9.531005
DEBUG    ya.test:process.py:263 Command (pid 1280237) wtime: 13.058
DEBUG    ya.test:process.py:275 Command (pid 1280237) output:
2025-12-12T09:34:35.242504Z Fetching udfs...
2025-12-12T09:34:35.683312Z Initialization of fq runner...
2025-12-12T09:34:39.443708Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.620883s
2025-12-12T09:34:40.070255Z Fetching query results...
2025-12-12T09:34:40.070281Z Writing query results...
2025-12-12T09:34:40.070297Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1280237) errors:
...on3/Python/import.c:2873:15
    #19 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f4e78743204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f4e78743204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4e787436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f4e787436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f4e78743ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f4e78743ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f4e7889c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f4e7889c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f4e78e5cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f4e78e5a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f4e78e5a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f4e78e5a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e78e15e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f4e78e15d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f4e78e15d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f4e78e2ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f4e78e2a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f4e78e29cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f4e78e29cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f4e78e291e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f4e78e288a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f4e78e288a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f4e78e1c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f4e78e3392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f4e78e178a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f4e78e178a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f4e78e1653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f4e78e16854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f4e78e64182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f4e7881ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f4e7881ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f4e7879ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f4e78743204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f4e78743204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f4e7889b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e78d9e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4e78742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e78e55fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f4e78e55fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f4e787859e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f4e787859e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f4e7881bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f4e7881bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f4e787439dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f4e787439dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f4e787438e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f4e7889b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f4e7889af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f4e78783e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f4e78783e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f4e78e5cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f4e78e5a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f4e78e5a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f4e78e5a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f4e78f3ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f4e78f3ef4d in NYql::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 0x7f4e78f3e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f4e7837dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e78e55fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f4e78e55fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f4e787967d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f4e787967d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f4e78743204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f4e78743204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4e787436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f4e787436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f4e78743ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f4e78743ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f4e7889c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f4e7889c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f4e78e5cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f4e78e5a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f4e78e5a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f4e78e5a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e788263c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4e78742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e78825ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4e78742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e78825de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4e78742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e787cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f4e787cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f4e78e54911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f4e78e544dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f4e78e520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f4e78e55900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f4e78e55900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f4e78ee0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f4e78ee0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f4e78ee0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f4e78edfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f4e78e970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f4e78e970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f4e78ed4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f4e78ed4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f4e78f1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f4e78f16862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f4e7874450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e78e55eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f4e78dac408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f4e78ed5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e78e15e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f4e78e15d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f4e78e15d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f4e78e3d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f4e78e3d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f4e78e3b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f4e78e3b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f4e78e3a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f4e78e18f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f4e78e187d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f4e78e187d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f4e78e187d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f4e78e2df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f4e78e1b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f4e78e18b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f4e78e18b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f4e78e187a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f4e78e187a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f4e78e187a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f4e78e17790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f4e78e17790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f4e78e1653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f4e78e16854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f4e78e640a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f4e78e640a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f4e78f46a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f4e78f3ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f4e78f3ef59 in NYql::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 0x7f4e78f3e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f4e7837dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f4e947afd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e78e55eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f4e78dac3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f4e78ed5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e787cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f4e787cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f4e78e54911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f4e78e520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f4e78e55900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f4e78e55900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f4e78ee0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f4e78ee0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f4e78ee0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f4e78edfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f4e78e970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f4e78e970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f4e78ed4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f4e78ed4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f4e7881bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f4e7881bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f4e7889b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f4e78840b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e787cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f4e787cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f4e78e54911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f4e78e520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f4e78e55900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f4e78e55900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f4e78ee0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f4e78ee0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f4e78ee0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f4e78edfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f4e78e970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f4e78e970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f4e78ed4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f4e78ed4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f4e78f1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f4e78f16500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f4e7889b50d 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 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f4e78743204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f4e78743204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4e787436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4e787436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f4e78743ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f4e78743ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f4e7889c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f4e7889c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f4e78e5cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f4e78e5a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f4e78e5a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f4e78e5a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e78e15e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f4e78e15d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f4e78e15d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f4e78e2ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f4e78e2a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f4e78e29cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f4e78e29cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f4e78e291e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f4e78e288a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f4e78e288a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f4e78e1c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f4e78e3392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f4e78e178a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f4e78e178a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f4e78e1653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f4e78e16854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f4e78e64182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f4e7881ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f4e7881ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f4e7879ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f4e78743204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f4e78743204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f4e7889b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e78d9e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4e78742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e78e55fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f4e78e55fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f4e787859e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f4e787859e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f4e7881bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f4e7881bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f4e787439dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f4e787439dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f4e787438e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f4e7889b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f4e7889af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f4e78783e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f4e78783e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f4e78e5cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f4e78e5a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f4e78e5a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f4e78e5a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f4e78f3ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f4e78f3ef4d in NYql::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 0x7f4e78f3e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f4e7837dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e78e55fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f4e78e55fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f4e787967d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f4e787967d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f4e78743204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f4e78743204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4e787436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4e787436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f4e78743ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f4e78743ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f4e7889c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f4e7889c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f4e78e5cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f4e78e5a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f4e78e5a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f4e78e5a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e788263c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4e78742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e78825ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4e78742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e78825de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4e78742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e787cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f4e787cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f4e78e54911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f4e78e544dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f4e78e520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f4e78e55900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f4e78e55900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f4e78ee0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f4e78ee0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f4e78ee0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f4e78edfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f4e78e970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f4e78e970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f4e78ed4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f4e78ed4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f4e78f1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f4e78f16862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f4e7874450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e78e55eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f4e78dac408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f4e78ed5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e78e15e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f4e78e15d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f4e78e15d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f4e78e3d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f4e78e3d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f4e78e3b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f4e78e3b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f4e78e3a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f4e78e18f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f4e78e187d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f4e78e187d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f4e78e187d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f4e78e2df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f4e78e1b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f4e78e18b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f4e78e18b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f4e78e187a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f4e78e187a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f4e78e187a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f4e78e17790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f4e78e17790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f4e78e1653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f4e78e16854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f4e78e640a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f4e78e640a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f4e78f46a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f4e78f3ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f4e78f3ef59 in NYql::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 0x7f4e78f3e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f4e7837dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f4e947afd8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e787d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7874df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e78e55eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f4e78dac3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f4e78ed5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f4e78840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f4e7881cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f4e7881cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f4e78ed5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f4e78ed5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f4e78ed5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e787cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f4e787cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f4e78e54911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f4e78e520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f4e78e55900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f4e78e55900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f4e78ee0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f4e78ee0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f4e78ee0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f4e78edfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f4e78e970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f4e78e970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f4e78ed4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f4e78ed4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f4e7881bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f4e7881bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f4e7879f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f4e7889b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f4e7884815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f4e7884815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f4e78840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f4e78840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f4e78840b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e787cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e787cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f4e787cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f4e78e54911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f4e78e546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f4e78e544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f4e78e520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f4e78e55900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f4e78e55900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f4e78ee0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f4e78ee0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f4e78ee0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f4e78edfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f4e78e970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f4e78e970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f4e78ed4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f4e78ed4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f4e78742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f4e7884a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f4e7889b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f4e78f1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f4e78f16500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f4e7889b50d 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[pq-ReadTopicWithMetadataNestedDeep-default.txt] _____________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ff9459ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ff9459e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ff94536b50d 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[pq-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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003fa/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadTopicWithMetadataNestedDeep-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1281521
DEBUG    ya.test:process.py:259 Command (pid 1281521) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1281521) elapsed time (sec): 12.080777645111084
DEBUG    ya.test:process.py:263 Command (pid 1281521) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281521) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1281521) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281521) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281521) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1281521) maxrss: 1416056
DEBUG    ya.test:process.py:263 Command (pid 1281521) minflt: 355103
DEBUG    ya.test:process.py:263 Command (pid 1281521) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1281521) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1281521) nivcsw: 55
DEBUG    ya.test:process.py:263 Command (pid 1281521) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1281521) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1281521) nvcsw: 66914
DEBUG    ya.test:process.py:263 Command (pid 1281521) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1281521) stime: 1.916286
DEBUG    ya.test:process.py:263 Command (pid 1281521) utime: 8.451133
DEBUG    ya.test:process.py:263 Command (pid 1281521) wtime: 12.083
DEBUG    ya.test:process.py:275 Command (pid 1281521) output:
2025-12-12T09:34:48.501788Z Fetching udfs...
2025-12-12T09:34:48.945605Z Initialization of fq runner...
2025-12-12T09:34:52.046184Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.617983s
2025-12-12T09:34:52.680421Z Fetching query results...
2025-12-12T09:34:52.680440Z Writing query results...
2025-12-12T09:34:52.680451Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1281521) errors:
...on3/Python/import.c:2873:15
    #19 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7ff945213204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7ff945213204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff9452136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ff9452136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7ff945213ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7ff945213ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7ff94536c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7ff94536c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7ff94592cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7ff94592a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7ff94592a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7ff94592a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff9458e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7ff9458e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7ff9458e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7ff9458fba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7ff9458fa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7ff9458f9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7ff9458f9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7ff9458f91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7ff9458f88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7ff9458f88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7ff9458ec5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7ff94590392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7ff9458e78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7ff9458e78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7ff9458e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7ff9458e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7ff945934182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7ff9452eca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7ff9452eca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7ff94526ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7ff945213204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7ff945213204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7ff94536b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff94586e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff945212b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff945925fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff945925fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7ff9452559e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7ff9452559e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7ff9452ebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7ff9452ebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7ff9452139dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7ff9452139dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7ff9452138e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7ff94536b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7ff94536af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7ff945253e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7ff945253e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7ff94592cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7ff94592a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7ff94592a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7ff94592a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7ff945a0ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7ff945a0ef4d in NYql::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 0x7ff945a0e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ff944e4dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff945925fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff945925fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7ff9452667d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7ff9452667d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7ff945213204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7ff945213204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff9452136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ff9452136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7ff945213ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7ff945213ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7ff94536c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7ff94536c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7ff94592cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7ff94592a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7ff94592a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7ff94592a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff9452f63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff945212b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff9452f5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff945212b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff9452f5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff945212b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff94529d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ff94529d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ff945924911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ff9459244dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7ff9459220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7ff945925900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7ff945925900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7ff9459b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7ff9459b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7ff9459b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7ff9459afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7ff9459670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7ff9459670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7ff9459a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7ff9459a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7ff9459ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7ff9459e6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7ff94521450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff945925eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff94587c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7ff9459a5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff9458e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7ff9458e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7ff9458e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7ff94590d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7ff94590d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7ff94590b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7ff94590b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7ff94590a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7ff9458e8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7ff9458e87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7ff9458e87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7ff9458e87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7ff9458fdf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7ff9458eb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7ff9458e8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7ff9458e8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7ff9458e87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7ff9458e87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7ff9458e87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7ff9458e7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7ff9458e7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7ff9458e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7ff9458e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7ff9459340a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7ff9459340a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7ff945a16a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7ff945a0ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7ff945a0ef59 in NYql::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 0x7ff945a0e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ff944e4dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7ff961281d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff945925eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff94587c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7ff9459a5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff94529d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ff94529d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ff945924911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7ff9459220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7ff945925900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7ff945925900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7ff9459b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7ff9459b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7ff9459b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7ff9459afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7ff9459670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7ff9459670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7ff9459a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7ff9459a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7ff9452ebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7ff9452ebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7ff94536b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7ff945310b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff94529d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ff94529d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ff945924911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ff9459220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7ff945925900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7ff945925900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7ff9459b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7ff9459b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7ff9459b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7ff9459afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7ff9459670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7ff9459670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7ff9459a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7ff9459a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7ff9459ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7ff9459e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7ff94536b50d 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 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7ff945213204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7ff945213204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff9452136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff9452136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7ff945213ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7ff945213ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7ff94536c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7ff94536c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7ff94592cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7ff94592a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7ff94592a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7ff94592a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff9458e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7ff9458e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7ff9458e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7ff9458fba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7ff9458fa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7ff9458f9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7ff9458f9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7ff9458f91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7ff9458f88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7ff9458f88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7ff9458ec5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7ff94590392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7ff9458e78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7ff9458e78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7ff9458e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7ff9458e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7ff945934182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7ff9452eca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7ff9452eca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7ff94526ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7ff945213204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7ff945213204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7ff94536b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff94586e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff945212b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff945925fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff945925fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7ff9452559e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7ff9452559e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7ff9452ebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7ff9452ebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7ff9452139dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7ff9452139dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7ff9452138e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7ff94536b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7ff94536af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7ff945253e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7ff945253e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7ff94592cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7ff94592a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7ff94592a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7ff94592a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7ff945a0ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7ff945a0ef4d in NYql::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 0x7ff945a0e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ff944e4dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff945925fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff945925fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7ff9452667d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7ff9452667d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7ff945213204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7ff945213204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff9452136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff9452136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7ff945213ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7ff945213ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7ff94536c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7ff94536c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7ff94592cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7ff94592a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7ff94592a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7ff94592a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff9452f63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff945212b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff9452f5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff945212b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff9452f5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff945212b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff94529d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ff94529d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ff945924911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ff9459244dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7ff9459220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7ff945925900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7ff945925900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7ff9459b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7ff9459b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7ff9459b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7ff9459afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7ff9459670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7ff9459670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7ff9459a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7ff9459a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7ff9459ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7ff9459e6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7ff94521450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff945925eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff94587c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7ff9459a5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff9458e5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7ff9458e5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7ff9458e5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7ff94590d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7ff94590d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7ff94590b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7ff94590b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7ff94590a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7ff9458e8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7ff9458e87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7ff9458e87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7ff9458e87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7ff9458fdf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7ff9458eb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7ff9458e8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7ff9458e8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7ff9458e87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7ff9458e87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7ff9458e87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7ff9458e7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7ff9458e7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7ff9458e653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7ff9458e6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7ff9459340a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7ff9459340a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7ff945a16a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7ff945a0ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7ff945a0ef59 in NYql::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 0x7ff945a0e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ff944e4dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7ff961281d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff9452a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff94521df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff945925eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff94587c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7ff9459a5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7ff945310b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7ff9452ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7ff9452ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7ff9459a5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7ff9459a5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7ff9459a5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff94529d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ff94529d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ff945924911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7ff9459220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7ff945925900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7ff945925900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7ff9459b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7ff9459b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7ff9459b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7ff9459afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7ff9459670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7ff9459670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7ff9459a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7ff9459a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7ff9452ebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7ff9452ebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7ff94526f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7ff94536b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7ff94531815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7ff94531815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7ff945310b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7ff945310b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7ff945310b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff94529b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff94529d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ff94529d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ff945924911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ff9459246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ff9459244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ff9459220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7ff945925900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7ff945925900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7ff9459b0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7ff9459b0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7ff9459b0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7ff9459afdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7ff9459670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7ff9459670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7ff9459a4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7ff9459a4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7ff945212b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7ff94531a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7ff94536b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ff9459ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ff9459e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ff94536b50d 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[pq-ReadTopicWithMetadataWithFilter-default.txt] _____________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ffb7170c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ffb71706500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ffb7108b50d 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[pq-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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003fa/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadTopicWithMetadataWithFilter-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1283003
DEBUG    ya.test:process.py:259 Command (pid 1283003) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1283003) elapsed time (sec): 11.645216226577759
DEBUG    ya.test:process.py:263 Command (pid 1283003) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283003) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1283003) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283003) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1283003) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1283003) maxrss: 1414724
DEBUG    ya.test:process.py:263 Command (pid 1283003) minflt: 354261
DEBUG    ya.test:process.py:263 Command (pid 1283003) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1283003) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1283003) nivcsw: 26
DEBUG    ya.test:process.py:263 Command (pid 1283003) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1283003) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1283003) nvcsw: 66791
DEBUG    ya.test:process.py:263 Command (pid 1283003) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1283003) stime: 2.067024
DEBUG    ya.test:process.py:263 Command (pid 1283003) utime: 8.642247
DEBUG    ya.test:process.py:263 Command (pid 1283003) wtime: 11.647
DEBUG    ya.test:process.py:275 Command (pid 1283003) output:
2025-12-12T09:35:00.770820Z Fetching udfs...
2025-12-12T09:35:01.196487Z Initialization of fq runner...
2025-12-12T09:35:04.310628Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.529184s
2025-12-12T09:35:04.845854Z Fetching query results...
2025-12-12T09:35:04.845875Z Writing query results...
2025-12-12T09:35:04.845887Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1283003) errors:
...on3/Python/import.c:2873:15
    #19 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7ffb70f33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7ffb70f33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ffb70f336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ffb70f336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7ffb70f33ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7ffb70f33ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7ffb7108c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7ffb7108c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7ffb7164cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7ffb7164a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7ffb7164a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7ffb7164a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ffb71605e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7ffb71605d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7ffb71605d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7ffb7161ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7ffb7161a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7ffb71619cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7ffb71619cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7ffb716191e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7ffb716188a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7ffb716188a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7ffb7160c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7ffb7162392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7ffb716078a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7ffb716078a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7ffb7160653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7ffb71606854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7ffb71654182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7ffb7100ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7ffb7100ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7ffb70f8ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7ffb70f33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7ffb70f33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7ffb7108b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ffb7158e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ffb70f32b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ffb71645fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ffb71645fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7ffb70f759e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7ffb70f759e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7ffb7100bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7ffb7100bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7ffb70f339dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7ffb70f339dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7ffb70f338e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7ffb7108b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7ffb7108af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7ffb70f73e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7ffb70f73e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7ffb7164cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7ffb7164a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7ffb7164a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7ffb7164a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7ffb7172ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7ffb7172ef4d in NYql::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 0x7ffb7172e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ffb70b6dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ffb71645fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ffb71645fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7ffb70f867d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7ffb70f867d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7ffb70f33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7ffb70f33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ffb70f336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ffb70f336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7ffb70f33ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7ffb70f33ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7ffb7108c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7ffb7108c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7ffb7164cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7ffb7164a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7ffb7164a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7ffb7164a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ffb710163c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ffb70f32b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ffb71015ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ffb70f32b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ffb71015de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ffb70f32b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ffb70fbd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ffb70fbd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ffb71644911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ffb716444dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7ffb716420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7ffb71645900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7ffb71645900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7ffb716d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7ffb716d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7ffb716d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7ffb716cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7ffb716870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7ffb716870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7ffb716c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7ffb716c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7ffb7170c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7ffb71706862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7ffb70f3450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ffb71645eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ffb7159c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7ffb716c5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ffb71605e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7ffb71605d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7ffb71605d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7ffb7162d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7ffb7162d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7ffb7162b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7ffb7162b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7ffb7162a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7ffb71608f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7ffb716087d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7ffb716087d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7ffb716087d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7ffb7161df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7ffb7160b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7ffb71608b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7ffb71608b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7ffb716087a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7ffb716087a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7ffb716087a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7ffb71607790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7ffb71607790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7ffb7160653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7ffb71606854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7ffb716540a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7ffb716540a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7ffb71736a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7ffb7172ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7ffb7172ef59 in NYql::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 0x7ffb7172e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ffb70b6dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7ffb8cfa1d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ffb71645eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ffb7159c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7ffb716c5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ffb70fbd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ffb70fbd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ffb71644911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7ffb716420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7ffb71645900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7ffb71645900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7ffb716d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7ffb716d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7ffb716d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7ffb716cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7ffb716870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7ffb716870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7ffb716c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7ffb716c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7ffb7100bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7ffb7100bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7ffb7108b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7ffb71030b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ffb70fbd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ffb70fbd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ffb71644911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ffb716420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7ffb71645900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7ffb71645900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7ffb716d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7ffb716d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7ffb716d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7ffb716cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7ffb716870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7ffb716870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7ffb716c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7ffb716c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7ffb7170c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7ffb71706500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7ffb7108b50d 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 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7ffb70f33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7ffb70f33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ffb70f336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ffb70f336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7ffb70f33ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7ffb70f33ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7ffb7108c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7ffb7108c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7ffb7164cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7ffb7164a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7ffb7164a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7ffb7164a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ffb71605e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7ffb71605d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7ffb71605d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7ffb7161ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7ffb7161a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7ffb71619cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7ffb71619cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7ffb716191e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7ffb716188a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7ffb716188a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7ffb7160c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7ffb7162392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7ffb716078a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7ffb716078a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7ffb7160653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7ffb71606854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7ffb71654182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7ffb7100ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7ffb7100ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7ffb70f8ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7ffb70f33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7ffb70f33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7ffb7108b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ffb7158e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ffb70f32b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ffb71645fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ffb71645fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7ffb70f759e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7ffb70f759e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7ffb7100bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7ffb7100bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7ffb70f339dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7ffb70f339dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7ffb70f338e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7ffb7108b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7ffb7108af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7ffb70f73e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7ffb70f73e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7ffb7164cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7ffb7164a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7ffb7164a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7ffb7164a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7ffb7172ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7ffb7172ef4d in NYql::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 0x7ffb7172e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ffb70b6dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ffb71645fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ffb71645fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7ffb70f867d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7ffb70f867d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7ffb70f33204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7ffb70f33204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ffb70f336f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ffb70f336f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7ffb70f33ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7ffb70f33ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7ffb7108c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7ffb7108c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7ffb7164cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7ffb7164a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7ffb7164a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7ffb7164a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ffb710163c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ffb70f32b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ffb71015ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ffb70f32b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ffb71015de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ffb70f32b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ffb70fbd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ffb70fbd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ffb71644911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ffb716444dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7ffb716420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7ffb71645900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7ffb71645900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7ffb716d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7ffb716d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7ffb716d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7ffb716cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7ffb716870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7ffb716870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7ffb716c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7ffb716c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7ffb7170c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7ffb71706862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7ffb70f3450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ffb71645eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ffb7159c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7ffb716c5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ffb71605e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7ffb71605d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7ffb71605d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7ffb7162d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7ffb7162d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7ffb7162b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7ffb7162b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7ffb7162a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7ffb71608f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7ffb716087d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7ffb716087d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7ffb716087d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7ffb7161df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7ffb7160b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7ffb71608b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7ffb71608b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7ffb716087a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7ffb716087a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7ffb716087a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7ffb71607790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7ffb71607790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7ffb7160653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7ffb71606854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7ffb716540a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7ffb716540a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7ffb71736a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7ffb7172ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7ffb7172ef59 in NYql::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 0x7ffb7172e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ffb70b6dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7ffb8cfa1d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ffb70fc2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ffb70f3df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ffb71645eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ffb7159c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7ffb716c5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7ffb71030b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7ffb7100cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7ffb7100cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7ffb716c5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7ffb716c5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7ffb716c5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ffb70fbd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ffb70fbd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ffb71644911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7ffb716420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7ffb71645900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7ffb71645900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7ffb716d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7ffb716d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7ffb716d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7ffb716cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7ffb716870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7ffb716870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7ffb716c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7ffb716c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7ffb7100bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7ffb7100bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7ffb70f8f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7ffb7108b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7ffb7103815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7ffb7103815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7ffb71030b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7ffb71030b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7ffb71030b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ffb70fbb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ffb70fbd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ffb70fbd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ffb71644911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ffb716446ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ffb716444c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ffb716420d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7ffb71645900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7ffb71645900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7ffb716d0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7ffb716d0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7ffb716d0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7ffb716cfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7ffb716870bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7ffb716870bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7ffb716c4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7ffb716c4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7ffb70f32b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7ffb7103a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7ffb7108b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ffb7170c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ffb71706500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ffb7108b50d 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[pq-ReadTopicWithSchema-default.txt] ___________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc9cfd6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc9cfd66500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc9cf6eb50d 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[pq-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/ujdr/0003fa/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/ujdr/0003fa/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/ujdr/0003fa/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003fa/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadTopicWithSchema-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1284434
DEBUG    ya.test:process.py:259 Command (pid 1284434) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1284434) elapsed time (sec): 11.049496173858643
DEBUG    ya.test:process.py:263 Command (pid 1284434) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284434) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284434) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284434) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284434) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1284434) maxrss: 1406464
DEBUG    ya.test:process.py:263 Command (pid 1284434) minflt: 333029
DEBUG    ya.test:process.py:263 Command (pid 1284434) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1284434) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1284434) nivcsw: 25
DEBUG    ya.test:process.py:263 Command (pid 1284434) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1284434) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1284434) nvcsw: 66166
DEBUG    ya.test:process.py:263 Command (pid 1284434) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 1284434) stime: 1.9792459999999998
DEBUG    ya.test:process.py:263 Command (pid 1284434) utime: 8.098903
DEBUG    ya.test:process.py:263 Command (pid 1284434) wtime: 11.051
DEBUG    ya.test:process.py:275 Command (pid 1284434) output:
2025-12-12T09:35:12.577176Z Fetching udfs...
2025-12-12T09:35:13.059291Z Initialization of fq runner...
2025-12-12T09:35:15.940425Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.514104s
2025-12-12T09:35:16.459929Z Fetching query results...
2025-12-12T09:35:16.459948Z Writing query results...
2025-12-12T09:35:16.459959Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1284434) errors:
...on3/Python/import.c:2873:15
    #19 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fc9cf593204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fc9cf593204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc9cf5936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc9cf5936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fc9cf593ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fc9cf593ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fc9cf6ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fc9cf6ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fc9cfcacd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fc9cfcaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fc9cfcaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fc9cfcaa49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc9cfc65e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fc9cfc65d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fc9cfc65d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fc9cfc7ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fc9cfc7a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fc9cfc79cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fc9cfc79cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fc9cfc791e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fc9cfc788a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fc9cfc788a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fc9cfc6c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fc9cfc8392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fc9cfc678a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fc9cfc678a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fc9cfc6653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fc9cfc66854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fc9cfcb4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fc9cf66ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fc9cf66ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fc9cf5eef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fc9cf593204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fc9cf593204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fc9cf6eb50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc9cfbee3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc9cf592b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc9cfca5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc9cfca5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fc9cf5d59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fc9cf5d59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fc9cf66bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fc9cf66bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fc9cf5939dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fc9cf5939dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fc9cf5938e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fc9cf6eb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fc9cf6eaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fc9cf5d3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fc9cf5d3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fc9cfcacf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fc9cfcaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fc9cfcaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fc9cfcaa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fc9cfd8ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fc9cfd8ef4d in NYql::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 0x7fc9cfd8e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fc9cf1cdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc9cfca5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc9cfca5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fc9cf5e67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fc9cf5e67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fc9cf593204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fc9cf593204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc9cf5936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc9cf5936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fc9cf593ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fc9cf593ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fc9cf6ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fc9cf6ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fc9cfcacd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fc9cfcaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fc9cfcaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fc9cfcaa49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc9cf6763c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc9cf592b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc9cf675ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc9cf592b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc9cf675de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc9cf592b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc9cf61d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc9cf61d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc9cfca4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc9cfca44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fc9cfca20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fc9cfca5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fc9cfca5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fc9cfd30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fc9cfd30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fc9cfd30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fc9cfd2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fc9cfce70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fc9cfce70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fc9cfd24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fc9cfd24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fc9cfd6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fc9cfd66862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fc9cf59450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc9cfca5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc9cfbfc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fc9cfd25aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc9cfc65e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fc9cfc65d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fc9cfc65d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fc9cfc8d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fc9cfc8d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fc9cfc8b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fc9cfc8b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fc9cfc8a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fc9cfc68f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fc9cfc687d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fc9cfc687d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fc9cfc687d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fc9cfc7df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fc9cfc6b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fc9cfc68b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fc9cfc68b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fc9cfc687a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fc9cfc687a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fc9cfc687a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fc9cfc67790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fc9cfc67790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fc9cfc6653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fc9cfc66854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fc9cfcb40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fc9cfcb40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fc9cfd96a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fc9cfd8ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fc9cfd8ef59 in NYql::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 0x7fc9cfd8e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fc9cf1cdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fc9eb600d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc9cfca5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc9cfbfc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fc9cfd25aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc9cf61d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc9cf61d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc9cfca4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fc9cfca20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fc9cfca5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fc9cfca5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fc9cfd30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fc9cfd30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fc9cfd30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fc9cfd2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fc9cfce70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fc9cfce70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fc9cfd24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fc9cfd24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fc9cf66bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fc9cf66bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fc9cf6eb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fc9cf690b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc9cf61d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc9cf61d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc9cfca4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fc9cfca20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fc9cfca5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fc9cfca5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fc9cfd30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fc9cfd30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fc9cfd30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fc9cfd2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fc9cfce70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fc9cfce70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fc9cfd24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fc9cfd24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fc9cfd6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fc9cfd66500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fc9cf6eb50d 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 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fc9cf593204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fc9cf593204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc9cf5936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc9cf5936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fc9cf593ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fc9cf593ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fc9cf6ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fc9cf6ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fc9cfcacd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fc9cfcaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fc9cfcaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fc9cfcaa49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc9cfc65e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fc9cfc65d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fc9cfc65d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fc9cfc7ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fc9cfc7a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fc9cfc79cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fc9cfc79cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fc9cfc791e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fc9cfc788a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fc9cfc788a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fc9cfc6c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fc9cfc8392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fc9cfc678a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fc9cfc678a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fc9cfc6653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fc9cfc66854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fc9cfcb4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fc9cf66ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fc9cf66ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fc9cf5eef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fc9cf593204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fc9cf593204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fc9cf6eb50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc9cfbee3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc9cf592b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc9cfca5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc9cfca5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fc9cf5d59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fc9cf5d59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fc9cf66bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fc9cf66bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fc9cf5939dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fc9cf5939dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fc9cf5938e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fc9cf6eb0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fc9cf6eaf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fc9cf5d3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fc9cf5d3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fc9cfcacf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fc9cfcaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fc9cfcaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fc9cfcaa49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fc9cfd8ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fc9cfd8ef4d in NYql::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 0x7fc9cfd8e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fc9cf1cdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc9cfca5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc9cfca5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fc9cf5e67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fc9cf5e67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fc9cf593204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fc9cf593204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc9cf5936f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc9cf5936f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fc9cf593ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fc9cf593ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fc9cf6ec253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fc9cf6ec253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fc9cfcacd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fc9cfcaa38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fc9cfcaa2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fc9cfcaa49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc9cf6763c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc9cf592b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc9cf675ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc9cf592b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc9cf675de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc9cf592b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc9cf61d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc9cf61d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc9cfca4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc9cfca44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fc9cfca20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fc9cfca5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fc9cfca5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fc9cfd30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fc9cfd30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fc9cfd30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fc9cfd2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fc9cfce70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fc9cfce70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fc9cfd24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fc9cfd24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fc9cfd6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fc9cfd66862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fc9cf59450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc9cfca5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc9cfbfc408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fc9cfd25aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc9cfc65e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fc9cfc65d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fc9cfc65d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fc9cfc8d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fc9cfc8d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fc9cfc8b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fc9cfc8b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fc9cfc8a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fc9cfc68f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fc9cfc687d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fc9cfc687d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fc9cfc687d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fc9cfc7df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fc9cfc6b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fc9cfc68b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fc9cfc68b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fc9cfc687a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fc9cfc687a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fc9cfc687a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fc9cfc67790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fc9cfc67790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fc9cfc6653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fc9cfc66854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fc9cfcb40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fc9cfcb40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fc9cfd96a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fc9cfd8ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fc9cfd8ef59 in NYql::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 0x7fc9cfd8e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fc9cf1cdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fc9eb600d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc9cf622bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc9cf59df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc9cfca5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc9cfbfc3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fc9cfd25aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fc9cf690b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fc9cf66cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fc9cf66cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fc9cfd25aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fc9cfd25aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fc9cfd25aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc9cf61d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc9cf61d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc9cfca4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fc9cfca20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fc9cfca5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fc9cfca5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fc9cfd30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fc9cfd30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fc9cfd30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fc9cfd2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fc9cfce70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fc9cfce70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fc9cfd24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fc9cfd24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fc9cf66bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fc9cf66bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fc9cf5ef005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fc9cf6eb5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fc9cf69815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fc9cf69815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fc9cf690b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fc9cf690b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fc9cf690b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc9cf61b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc9cf61d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc9cf61d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc9cfca4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fc9cfca46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fc9cfca44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fc9cfca20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fc9cfca5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fc9cfca5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fc9cfd30ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fc9cfd30ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fc9cfd30ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fc9cfd2fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fc9cfce70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fc9cfce70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fc9cfd24847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fc9cfd24847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fc9cf592b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fc9cf69a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc9cfd6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc9cfd66500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc9cf6eb50d 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 ===============================
15.24s call     test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
14.54s call     test_sql_streaming.py::test[pq-ReadTopic-default.txt]
14.15s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt]
13.11s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
12.11s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
11.67s call     test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt]
11.09s call     test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt]
0.03s setup    test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataNestedDeep-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadata-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataInsideFilter-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopic-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopicWithMetadataWithFilter-default.txt]
0.01s setup    test_sql_streaming.py::test[pq-ReadTopicWithSchema-default.txt]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[hopping_window-GroupByHoppingWindowTimeExtractorUnusedColumns-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_t7fkw5kg/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f8d6938c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f8d69386500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f8d68c1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f8d68d0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f8d68d0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f8d68d0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f8d68c0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f8d68cbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f8d68bb450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f8d68bb450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f8d68bb4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f8d68d0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f8d68d0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 409134 byte(s) leaked in 7926 allocation(s).\n'
FAILED test_sql_streaming.py::test[pq-ReadTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_m8db4_vv/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fd651ccc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fd651cc6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fd65155046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fd65164db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fd65164db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fd65164db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fd65154f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fd6515fc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fd6514f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd6514f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fd6514f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fd65164b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fd65164b50d 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[pq-ReadTopicWithMetadata-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_n00lnenm/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fcdb949c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fcdb9496500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fcdb8d2046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fcdb8e1db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fcdb8e1db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fcdb8e1db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fcdb8d1f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fcdb8dcc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fcdb8cc450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fcdb8cc450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fcdb8cc4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fcdb8e1b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fcdb8e1b50d 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[pq-ReadTopicWithMetadataInsideFilter-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_2otl7c5e/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f4e78f1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f4e78f16500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f4e787a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f4e7889db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f4e7889db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f4e7889db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f4e7879f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f4e7884c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f4e7874450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4e7874450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f4e78744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f4e7889b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f4e7889b50d 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[pq-ReadTopicWithMetadataNestedDeep-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_h6q4ffib/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ff9459ec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ff9459e6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ff94527046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ff94536db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ff94536db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ff94536db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ff94526f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ff94531c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ff94521450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff94521450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ff945214350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ff94536b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ff94536b50d 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[pq-ReadTopicWithMetadataWithFilter-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_pcsu9k1_/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ffb7170c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ffb71706500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ffb70f9046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ffb7108db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ffb7108db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ffb7108db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ffb70f8f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ffb7103c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ffb70f3450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ffb70f3450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ffb70f34350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ffb7108b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ffb7108b50d 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[pq-ReadTopicWithSchema-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003fa/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/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003fa/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk2/testing_out_stuff/yql/test_fqrun_ond7vgci/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc9cfd6c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc9cfd66500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc9cf5f046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc9cf6edb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc9cf6edb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc9cf6edb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc9cf5ef264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc9cf69c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc9cf59450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc9cf59450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc9cf594350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc9cf6eb50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc9cf6eb50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
========================= 7 failed in 93.69s (0:01:33) =========================
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/ujdr/0003f6/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 28 items

test_sql_streaming.py FFFFFFF

=================================== FAILURES ===================================
______________________ test[pq-ReadTwoTopics-default.txt] ______________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f5aaf5cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f5aaf5c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f5aaef4b50d 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[pq-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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f6/yql/udfs
DEBUG    yql_utils:yql_utils.py:635 Added UDF: /home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/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[pq-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/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1272918
DEBUG    ya.test:process.py:259 Command (pid 1272918) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1272918) elapsed time (sec): 14.476204633712769
DEBUG    ya.test:process.py:263 Command (pid 1272918) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1272918) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1272918) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1272918) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1272918) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1272918) maxrss: 1414188
DEBUG    ya.test:process.py:263 Command (pid 1272918) minflt: 353281
DEBUG    ya.test:process.py:263 Command (pid 1272918) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1272918) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1272918) nivcsw: 1414
DEBUG    ya.test:process.py:263 Command (pid 1272918) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1272918) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1272918) nvcsw: 66293
DEBUG    ya.test:process.py:263 Command (pid 1272918) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1272918) stime: 1.887515
DEBUG    ya.test:process.py:263 Command (pid 1272918) utime: 10.039191
DEBUG    ya.test:process.py:263 Command (pid 1272918) wtime: 14.48
DEBUG    ya.test:process.py:275 Command (pid 1272918) output:
2025-12-12T09:33:50.904953Z Fetching udfs...
2025-12-12T09:33:51.444900Z Initialization of fq runner...
2025-12-12T09:33:56.244384Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.661656s
2025-12-12T09:33:56.911777Z Fetching query results...
2025-12-12T09:33:56.911797Z Writing query results...
2025-12-12T09:33:56.911807Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1272918) errors:
...on3/Python/import.c:2873:15
    #19 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f5aaedf3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f5aaedf3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5aaedf36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f5aaedf36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f5aaedf3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f5aaedf3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f5aaef4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f5aaef4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f5aaf50cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f5aaf50a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f5aaf50a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f5aaf50a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5aaf4c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f5aaf4c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f5aaf4c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f5aaf4dba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f5aaf4da5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f5aaf4d9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f5aaf4d9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f5aaf4d91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f5aaf4d88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f5aaf4d88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f5aaf4cc5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f5aaf4e392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f5aaf4c78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f5aaf4c78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f5aaf4c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f5aaf4c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f5aaf514182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f5aaeecca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f5aaeecca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f5aaee4ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f5aaedf3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f5aaedf3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f5aaef4b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5aaf44e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f5aaedf2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5aaf505fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f5aaf505fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f5aaee359e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f5aaee359e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f5aaeecbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f5aaeecbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f5aaedf39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f5aaedf39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f5aaedf38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f5aaef4b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f5aaef4af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f5aaee33e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f5aaee33e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f5aaf50cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f5aaf50a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f5aaf50a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f5aaf50a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f5aaf5eef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f5aaf5eef4d in NYql::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 0x7f5aaf5ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f5aaea2dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5aaf505fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f5aaf505fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f5aaee467d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f5aaee467d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f5aaedf3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f5aaedf3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5aaedf36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f5aaedf36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f5aaedf3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f5aaedf3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f5aaef4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f5aaef4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f5aaf50cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f5aaf50a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f5aaf50a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f5aaf50a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5aaeed63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f5aaedf2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5aaeed5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f5aaedf2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5aaeed5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f5aaedf2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5aaee7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f5aaee7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f5aaf504911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f5aaf5044dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f5aaf5020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f5aaf505900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f5aaf505900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f5aaf590ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f5aaf590ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f5aaf590ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f5aaf58fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f5aaf5470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f5aaf5470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f5aaf584847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f5aaf584847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f5aaf5cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f5aaf5c6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f5aaedf450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5aaf505eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f5aaf45c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f5aaf585aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5aaf4c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f5aaf4c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f5aaf4c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f5aaf4ed4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f5aaf4ed4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f5aaf4eb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f5aaf4eb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f5aaf4ea318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f5aaf4c8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f5aaf4c87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f5aaf4c87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f5aaf4c87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f5aaf4ddf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f5aaf4cb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f5aaf4c8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f5aaf4c8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f5aaf4c87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f5aaf4c87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f5aaf4c87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f5aaf4c7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f5aaf4c7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f5aaf4c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f5aaf4c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f5aaf5140a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f5aaf5140a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f5aaf5f6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f5aaf5eef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f5aaf5eef59 in NYql::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 0x7f5aaf5ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f5aaea2dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f5acae55d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f5aaf505eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f5aaf45c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f5aaf585aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5aaee7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f5aaee7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f5aaf504911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f5aaf5020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f5aaf505900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f5aaf505900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f5aaf590ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f5aaf590ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f5aaf590ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f5aaf58fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f5aaf5470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f5aaf5470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f5aaf584847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f5aaf584847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f5aaeecbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f5aaeecbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f5aaef4b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f5aaeef0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f5aaee7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f5aaee7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f5aaf504911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f5aaf5020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f5aaf505900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f5aaf505900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f5aaf590ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f5aaf590ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f5aaf590ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f5aaf58fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f5aaf5470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f5aaf5470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f5aaf584847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f5aaf584847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f5aaf5cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f5aaf5c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f5aaef4b50d 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 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f5aaedf3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f5aaedf3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5aaedf36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f5aaedf36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f5aaedf3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f5aaedf3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f5aaef4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f5aaef4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f5aaf50cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f5aaf50a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f5aaf50a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f5aaf50a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5aaf4c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f5aaf4c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f5aaf4c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f5aaf4dba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f5aaf4da5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f5aaf4d9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f5aaf4d9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f5aaf4d91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f5aaf4d88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f5aaf4d88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f5aaf4cc5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f5aaf4e392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f5aaf4c78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f5aaf4c78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f5aaf4c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f5aaf4c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f5aaf514182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f5aaeecca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f5aaeecca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f5aaee4ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f5aaedf3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f5aaedf3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f5aaef4b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5aaf44e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f5aaedf2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5aaf505fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f5aaf505fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f5aaee359e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f5aaee359e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f5aaeecbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f5aaeecbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f5aaedf39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f5aaedf39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f5aaedf38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f5aaef4b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f5aaef4af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f5aaee33e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f5aaee33e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f5aaf50cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f5aaf50a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f5aaf50a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f5aaf50a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f5aaf5eef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f5aaf5eef4d in NYql::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 0x7f5aaf5ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f5aaea2dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5aaf505fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f5aaf505fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f5aaee467d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f5aaee467d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f5aaedf3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f5aaedf3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5aaedf36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f5aaedf36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f5aaedf3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f5aaedf3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f5aaef4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f5aaef4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f5aaf50cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f5aaf50a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f5aaf50a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f5aaf50a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5aaeed63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f5aaedf2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5aaeed5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f5aaedf2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5aaeed5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f5aaedf2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5aaee7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f5aaee7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f5aaf504911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f5aaf5044dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f5aaf5020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f5aaf505900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f5aaf505900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f5aaf590ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f5aaf590ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f5aaf590ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f5aaf58fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f5aaf5470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f5aaf5470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f5aaf584847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f5aaf584847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f5aaf5cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f5aaf5c6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f5aaedf450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5aaf505eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f5aaf45c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f5aaf585aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5aaf4c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f5aaf4c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f5aaf4c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f5aaf4ed4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f5aaf4ed4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f5aaf4eb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f5aaf4eb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f5aaf4ea318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f5aaf4c8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f5aaf4c87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f5aaf4c87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f5aaf4c87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f5aaf4ddf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f5aaf4cb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f5aaf4c8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f5aaf4c8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f5aaf4c87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f5aaf4c87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f5aaf4c87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f5aaf4c7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f5aaf4c7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f5aaf4c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f5aaf4c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f5aaf5140a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f5aaf5140a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f5aaf5f6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f5aaf5eef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f5aaf5eef59 in NYql::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 0x7f5aaf5ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f5aaea2dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f5acae55d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5aaee82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f5aaedfdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f5aaf505eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f5aaf45c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f5aaf585aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f5aaeef0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f5aaeeccee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f5aaeeccee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f5aaf585aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f5aaf585aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f5aaf585aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5aaee7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f5aaee7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f5aaf504911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f5aaf5020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f5aaf505900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f5aaf505900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f5aaf590ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f5aaf590ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f5aaf590ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f5aaf58fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f5aaf5470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f5aaf5470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f5aaf584847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f5aaf584847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f5aaeecbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f5aaeecbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f5aaee4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f5aaef4b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f5aaeef815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f5aaeef815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f5aaeef0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f5aaeef0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f5aaeef0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f5aaee7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f5aaee7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f5aaee7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f5aaf504911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f5aaf5046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f5aaf5044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f5aaf5020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f5aaf505900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f5aaf505900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f5aaf590ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f5aaf590ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f5aaf590ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f5aaf58fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f5aaf5470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f5aaf5470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f5aaf584847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f5aaf584847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f5aaedf2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f5aaeefa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f5aaef4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f5aaf5cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f5aaf5c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f5aaef4b50d 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[pq-ReadWriteSameTopic-default.txt] ____________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f4e7df1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f4e7df16500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f4e7d89b50d 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[pq-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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f6/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadWriteSameTopic-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1275816
DEBUG    ya.test:process.py:259 Command (pid 1275816) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1275816) elapsed time (sec): 14.700823307037354
DEBUG    ya.test:process.py:263 Command (pid 1275816) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1275816) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1275816) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1275816) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1275816) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1275816) maxrss: 1418348
DEBUG    ya.test:process.py:263 Command (pid 1275816) minflt: 358518
DEBUG    ya.test:process.py:263 Command (pid 1275816) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1275816) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1275816) nivcsw: 1367
DEBUG    ya.test:process.py:263 Command (pid 1275816) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1275816) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1275816) nvcsw: 67371
DEBUG    ya.test:process.py:263 Command (pid 1275816) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1275816) stime: 2.310811
DEBUG    ya.test:process.py:263 Command (pid 1275816) utime: 10.225858
DEBUG    ya.test:process.py:263 Command (pid 1275816) wtime: 14.704
DEBUG    ya.test:process.py:275 Command (pid 1275816) output:
2025-12-12T09:34:06.137029Z Fetching udfs...
2025-12-12T09:34:06.680230Z Initialization of fq runner...
2025-12-12T09:34:11.194398Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.521257s
2025-12-12T09:34:11.721116Z Fetching query results...
2025-12-12T09:34:11.721140Z Writing query results...
2025-12-12T09:34:11.721155Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1275816) errors:
...on3/Python/import.c:2873:15
    #19 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f4e7d743204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f4e7d743204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4e7d7436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f4e7d7436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f4e7d743ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f4e7d743ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f4e7d89c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f4e7d89c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f4e7de5cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f4e7de5a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f4e7de5a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f4e7de5a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7de15e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f4e7de15d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f4e7de15d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f4e7de2ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f4e7de2a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f4e7de29cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f4e7de29cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f4e7de291e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f4e7de288a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f4e7de288a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f4e7de1c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f4e7de3392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f4e7de178a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f4e7de178a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f4e7de1653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f4e7de16854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f4e7de64182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f4e7d81ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f4e7d81ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f4e7d79ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f4e7d743204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f4e7d743204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f4e7d89b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e7dd9e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4e7d742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e7de55fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f4e7de55fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f4e7d7859e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f4e7d7859e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f4e7d81bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f4e7d81bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f4e7d7439dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f4e7d7439dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f4e7d7438e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f4e7d89b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f4e7d89af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f4e7d783e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f4e7d783e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f4e7de5cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f4e7de5a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f4e7de5a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f4e7de5a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f4e7df3ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f4e7df3ef4d in NYql::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 0x7f4e7df3e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f4e7d37dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e7de55fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f4e7de55fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f4e7d7967d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7f4e7d7967d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f4e7d743204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f4e7d743204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4e7d7436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f4e7d7436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f4e7d743ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f4e7d743ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f4e7d89c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f4e7d89c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f4e7de5cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f4e7de5a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f4e7de5a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f4e7de5a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e7d8263c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4e7d742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e7d825ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4e7d742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e7d825de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4e7d742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e7d7cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f4e7d7cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f4e7de54911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f4e7de544dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f4e7de520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f4e7de55900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f4e7de55900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f4e7dee0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f4e7dee0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f4e7dee0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f4e7dedfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f4e7de970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f4e7de970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f4e7ded4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f4e7ded4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f4e7df1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f4e7df16862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f4e7d74450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e7de55eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f4e7ddac408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f4e7ded5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7de15e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f4e7de15d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f4e7de15d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f4e7de3d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f4e7de3d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f4e7de3b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f4e7de3b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f4e7de3a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f4e7de18f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f4e7de187d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f4e7de187d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f4e7de187d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f4e7de2df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f4e7de1b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f4e7de18b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f4e7de18b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f4e7de187a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f4e7de187a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f4e7de187a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f4e7de17790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f4e7de17790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f4e7de1653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f4e7de16854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f4e7de640a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f4e7de640a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f4e7df46a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f4e7df3ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f4e7df3ef59 in NYql::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 0x7f4e7df3e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f4e7d37dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f4e997a5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4e7de55eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f4e7ddac3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f4e7ded5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e7d7cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f4e7d7cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f4e7de54911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f4e7de520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f4e7de55900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f4e7de55900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f4e7dee0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f4e7dee0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f4e7dee0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f4e7dedfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f4e7de970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f4e7de970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f4e7ded4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f4e7ded4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f4e7d81bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f4e7d81bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f4e7d89b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f4e7d840b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4e7d7cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f4e7d7cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f4e7de54911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f4e7de520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f4e7de55900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f4e7de55900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f4e7dee0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f4e7dee0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f4e7dee0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f4e7dedfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f4e7de970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f4e7de970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f4e7ded4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f4e7ded4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f4e7df1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f4e7df16500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f4e7d89b50d 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 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f4e7d743204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f4e7d743204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4e7d7436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4e7d7436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f4e7d743ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f4e7d743ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f4e7d89c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f4e7d89c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f4e7de5cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f4e7de5a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f4e7de5a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f4e7de5a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7de15e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f4e7de15d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f4e7de15d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f4e7de2ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f4e7de2a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f4e7de29cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f4e7de29cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f4e7de291e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f4e7de288a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f4e7de288a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f4e7de1c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f4e7de3392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f4e7de178a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f4e7de178a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f4e7de1653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f4e7de16854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f4e7de64182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f4e7d81ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f4e7d81ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f4e7d79ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f4e7d743204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f4e7d743204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f4e7d89b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e7dd9e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4e7d742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e7de55fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f4e7de55fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f4e7d7859e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f4e7d7859e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f4e7d81bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f4e7d81bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f4e7d7439dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f4e7d7439dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f4e7d7438e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f4e7d89b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f4e7d89af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f4e7d783e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f4e7d783e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f4e7de5cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f4e7de5a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f4e7de5a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f4e7de5a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f4e7df3ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f4e7df3ef4d in NYql::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 0x7f4e7df3e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f4e7d37dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e7de55fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f4e7de55fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f4e7d7967d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7f4e7d7967d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f4e7d743204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f4e7d743204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4e7d7436f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4e7d7436f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f4e7d743ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f4e7d743ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f4e7d89c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f4e7d89c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f4e7de5cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f4e7de5a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f4e7de5a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f4e7de5a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e7d8263c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4e7d742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e7d825ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4e7d742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e7d825de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4e7d742b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e7d7cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f4e7d7cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f4e7de54911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f4e7de544dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f4e7de520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f4e7de55900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f4e7de55900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f4e7dee0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f4e7dee0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f4e7dee0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f4e7dedfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f4e7de970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f4e7de970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f4e7ded4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f4e7ded4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f4e7df1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f4e7df16862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f4e7d74450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e7de55eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f4e7ddac408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f4e7ded5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7de15e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f4e7de15d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f4e7de15d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f4e7de3d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f4e7de3d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f4e7de3b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f4e7de3b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f4e7de3a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f4e7de18f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f4e7de187d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f4e7de187d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f4e7de187d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f4e7de2df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f4e7de1b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f4e7de18b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f4e7de18b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f4e7de187a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f4e7de187a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f4e7de187a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f4e7de17790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f4e7de17790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f4e7de1653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f4e7de16854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f4e7de640a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f4e7de640a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f4e7df46a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f4e7df3ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f4e7df3ef59 in NYql::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 0x7f4e7df3e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f4e7d37dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f4e997a5d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e7d7d2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4e7d74df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4e7de55eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f4e7ddac3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f4e7ded5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f4e7d840b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f4e7d81cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f4e7d81cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f4e7ded5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f4e7ded5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f4e7ded5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e7d7cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f4e7d7cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f4e7de54911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f4e7de520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f4e7de55900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f4e7de55900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f4e7dee0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f4e7dee0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f4e7dee0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f4e7dedfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f4e7de970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f4e7de970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f4e7ded4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f4e7ded4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f4e7d81bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f4e7d81bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f4e7d79f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f4e7d89b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f4e7d84815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f4e7d84815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f4e7d840b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f4e7d840b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f4e7d840b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4e7d7cb995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4e7d7cd144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f4e7d7cd144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f4e7de54911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f4e7de546ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f4e7de544c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f4e7de520d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f4e7de55900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f4e7de55900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f4e7dee0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f4e7dee0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f4e7dee0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f4e7dedfdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f4e7de970bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f4e7de970bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f4e7ded4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f4e7ded4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f4e7d742b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f4e7d84a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f4e7d89b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f4e7df1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f4e7df16500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f4e7d89b50d 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[pq-ReadWriteTopic-default.txt] ______________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f4c931cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f4c931c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 409134 byte(s) leaked in 7926 allocation(s).\n'
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:418 ####################################################################################################
INFO     ya.test:ya.py:419 test[pq-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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f6/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadWriteTopic-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1278175
DEBUG    ya.test:process.py:259 Command (pid 1278175) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1278175) elapsed time (sec): 13.984789609909058
DEBUG    ya.test:process.py:263 Command (pid 1278175) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1278175) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1278175) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1278175) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1278175) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1278175) maxrss: 1390496
DEBUG    ya.test:process.py:263 Command (pid 1278175) minflt: 346692
DEBUG    ya.test:process.py:263 Command (pid 1278175) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1278175) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1278175) nivcsw: 562
DEBUG    ya.test:process.py:263 Command (pid 1278175) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1278175) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1278175) nvcsw: 68242
DEBUG    ya.test:process.py:263 Command (pid 1278175) oublock: 9040
DEBUG    ya.test:process.py:263 Command (pid 1278175) stime: 2.2038
DEBUG    ya.test:process.py:263 Command (pid 1278175) utime: 9.995539
DEBUG    ya.test:process.py:263 Command (pid 1278175) wtime: 13.988
DEBUG    ya.test:process.py:275 Command (pid 1278175) output:
2025-12-12T09:34:21.029446Z Fetching udfs...
2025-12-12T09:34:21.562129Z Initialization of fq runner...
2025-12-12T09:34:25.590150Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.519974s
2025-12-12T09:34:26.115752Z Fetching query results...
2025-12-12T09:34:26.115776Z Writing query results...
2025-12-12T09:34:26.115788Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1278175) errors:
...on3/Python/import.c:2873:15
    #19 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f4c929f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f4c929f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4c929f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f4c929f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f4c929f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f4c929f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f4c92b4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f4c92b4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f4c9310cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f4c9310a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f4c9310a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f4c9310a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4c93105fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f4c93105fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f4c92a359e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7f4c92a359e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f4c92acbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7f4c92acbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7f4c929f39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7f4c929f39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7f4c929f38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7f4c92b4b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7f4c92b4af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7f4c92a33e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7f4c92a33e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7f4c9310cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7f4c9310a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7f4c9310a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7f4c9310a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7f4c931eef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7f4c931eef4d in NYql::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 0x7f4c931ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f4c9262dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4c930c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f4c930c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f4c930c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f4c930dba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7f4c930da5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7f4c930d9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7f4c930d9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7f4c930d91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7f4c930d88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7f4c930d88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7f4c930cc5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7f4c930e392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7f4c930c78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7f4c930c78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7f4c930c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7f4c930c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7f4c93114182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7f4c92acca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7f4c92acca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7f4c92a4ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7f4c929f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7f4c929f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7f4c92b4b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4c9304e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4c929f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4c93105fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f4c93105fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7f4c92a467f4 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16121:9
    #7 0x7f4c92a467f4 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7f4c929f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7f4c929f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4c929f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f4c929f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7f4c929f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7f4c929f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7f4c92b4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7f4c92b4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7f4c9310cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7f4c9310a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7f4c9310a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7f4c9310a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4c92ad63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4c929f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4c92ad5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4c929f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4c92ad5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7f4c929f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4c92a7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f4c92a7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f4c93104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f4c931044dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7f4c931020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7f4c93105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7f4c93105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7f4c93190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7f4c93190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7f4c93190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7f4c9318fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7f4c931470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7f4c931470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7f4c93184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7f4c93184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7f4c931cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7f4c931c6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7f4c929f450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4c93105eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f4c9305c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f4c93185aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4c930c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7f4c930c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7f4c930c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7f4c930ed4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7f4c930ed4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7f4c930eb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7f4c930eb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7f4c930ea318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7f4c930c8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7f4c930c87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7f4c930c87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7f4c930c87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7f4c930ddf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7f4c930cb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7f4c930c8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7f4c930c8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7f4c930c87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7f4c930c87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7f4c930c87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7f4c930c7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7f4c930c7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7f4c930c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7f4c930c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7f4c931140a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7f4c931140a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7f4c931f6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7f4c931eef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7f4c931eef59 in NYql::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 0x7f4c931ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f4c9262dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7f4caea59d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7f4c93105eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7f4c9305c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7f4c93185aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4c92a7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f4c92a7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f4c93104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7f4c931020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7f4c93105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7f4c93105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7f4c93190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7f4c93190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7f4c93190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7f4c9318fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7f4c931470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7f4c931470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7f4c93184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7f4c93184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7f4c92acbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7f4c92acbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7f4c92b4b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7f4c92af0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7f4c92a7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7f4c92a7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7f4c93104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7f4c931020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7f4c93105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7f4c93105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7f4c93190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7f4c93190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7f4c93190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7f4c9318fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7f4c931470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7f4c931470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7f4c93184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7f4c93184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7f4c931cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7f4c931c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15

SUMMARY: AddressSanitizer: 409134 byte(s) leaked in 7926 allocation(s).

ERROR    ya.test:process.py:449 b'LeakSanitizer' sanitizer found errors:
	std_err:b'...on3/Python/import.c:2873:15\n    #19 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f4c929f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f4c929f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4c929f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4c929f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f4c929f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f4c929f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f4c92b4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f4c92b4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f4c9310cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f4c9310a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f4c9310a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f4c9310a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4c93105fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f4c93105fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f4c92a359e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7f4c92a359e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f4c92acbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7f4c92acbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7f4c929f39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7f4c929f39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7f4c929f38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7f4c92b4b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7f4c92b4af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7f4c92a33e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7f4c92a33e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7f4c9310cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7f4c9310a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7f4c9310a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7f4c9310a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7f4c931eef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7f4c931eef4d in NYql::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 0x7f4c931ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f4c9262dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4c930c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f4c930c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f4c930c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f4c930dba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7f4c930da5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7f4c930d9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7f4c930d9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7f4c930d91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7f4c930d88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7f4c930d88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7f4c930cc5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7f4c930e392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7f4c930c78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7f4c930c78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7f4c930c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7f4c930c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7f4c93114182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7f4c92acca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7f4c92acca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7f4c92a4ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7f4c929f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7f4c929f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7f4c92b4b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4c9304e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4c929f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4c93105fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f4c93105fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7f4c92a467f4 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16121:9\n    #7 0x7f4c92a467f4 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7f4c929f3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7f4c929f3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4c929f36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4c929f36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7f4c929f3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7f4c929f3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7f4c92b4c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7f4c92b4c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7f4c9310cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7f4c9310a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7f4c9310a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7f4c9310a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4c92ad63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4c929f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4c92ad5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4c929f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4c92ad5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7f4c929f2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4c92a7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f4c92a7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f4c93104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f4c931044dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7f4c931020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7f4c93105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7f4c93105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7f4c93190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7f4c93190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7f4c93190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7f4c9318fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7f4c931470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7f4c931470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7f4c93184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7f4c93184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7f4c931cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7f4c931c6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7f4c929f450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4c93105eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f4c9305c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f4c93185aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4c930c5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7f4c930c5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7f4c930c5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7f4c930ed4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7f4c930ed4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7f4c930eb211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7f4c930eb211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7f4c930ea318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7f4c930c8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7f4c930c87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7f4c930c87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7f4c930c87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7f4c930ddf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7f4c930cb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7f4c930c8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7f4c930c8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7f4c930c87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7f4c930c87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7f4c930c87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7f4c930c7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7f4c930c7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7f4c930c653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7f4c930c6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7f4c931140a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7f4c931140a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7f4c931f6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7f4c931eef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7f4c931eef59 in NYql::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 0x7f4c931ee8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7f4c9262dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7f4caea59d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4c92a82bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7f4c929fdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7f4c93105eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7f4c9305c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7f4c93185aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7f4c92af0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7f4c92accee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7f4c92accee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7f4c93185aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7f4c93185aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7f4c93185aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4c92a7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f4c92a7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f4c93104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7f4c931020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7f4c93105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7f4c93105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7f4c93190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7f4c93190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7f4c93190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7f4c9318fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7f4c931470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7f4c931470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7f4c93184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7f4c93184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7f4c92acbec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7f4c92acbec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7f4c92a4f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7f4c92b4b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7f4c92af815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7f4c92af815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7f4c92af0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7f4c92af0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7f4c92af0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7f4c92a7b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7f4c92a7d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7f4c92a7d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7f4c93104911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7f4c931046ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7f4c931044c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7f4c931020d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7f4c93105900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7f4c93105900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7f4c93190ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7f4c93190ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7f4c93190ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7f4c9318fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7f4c931470bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7f4c931470bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7f4c93184847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7f4c93184847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7f4c929f2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7f4c92afa520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f4c931cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f4c931c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 409134 byte(s) leaked in 7926 allocation(s).\n'
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
________________ test[pq-ReadWriteTopicWithSchema-default.txt] _________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fd7fbdec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fd7fbde6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fd7fb76b50d 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[pq-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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f6/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[pq-ReadWriteTopicWithSchema-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1280231
DEBUG    ya.test:process.py:259 Command (pid 1280231) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1280231) elapsed time (sec): 12.290388345718384
DEBUG    ya.test:process.py:263 Command (pid 1280231) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280231) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1280231) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280231) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1280231) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1280231) maxrss: 1405824
DEBUG    ya.test:process.py:263 Command (pid 1280231) minflt: 348719
DEBUG    ya.test:process.py:263 Command (pid 1280231) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1280231) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1280231) nivcsw: 68
DEBUG    ya.test:process.py:263 Command (pid 1280231) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1280231) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1280231) nvcsw: 67413
DEBUG    ya.test:process.py:263 Command (pid 1280231) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 1280231) stime: 2.006617
DEBUG    ya.test:process.py:263 Command (pid 1280231) utime: 9.274001
DEBUG    ya.test:process.py:263 Command (pid 1280231) wtime: 12.293
DEBUG    ya.test:process.py:275 Command (pid 1280231) output:
2025-12-12T09:34:35.189090Z Fetching udfs...
2025-12-12T09:34:35.629725Z Initialization of fq runner...
2025-12-12T09:34:39.122408Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.514195s
2025-12-12T09:34:39.641862Z Fetching query results...
2025-12-12T09:34:39.641882Z Writing query results...
2025-12-12T09:34:39.641894Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1280231) errors:
...on3/Python/import.c:2873:15
    #19 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fd7fb613204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fd7fb613204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd7fb6136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fd7fb6136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fd7fb613ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fd7fb613ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fd7fb76c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fd7fb76c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fd7fbd2cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fd7fbd2a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fd7fbd2a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fd7fbd2a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd7fbce5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fd7fbce5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fd7fbce5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fd7fbcfba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fd7fbcfa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fd7fbcf9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fd7fbcf9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fd7fbcf91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fd7fbcf88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fd7fbcf88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fd7fbcec5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fd7fbd0392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fd7fbce78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fd7fbce78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fd7fbce653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fd7fbce6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fd7fbd34182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fd7fb6eca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fd7fb6eca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fd7fb66ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fd7fb613204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fd7fb613204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fd7fb76b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd7fbc6e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd7fb612b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd7fbd25fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd7fbd25fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fd7fb6559e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fd7fb6559e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fd7fb6ebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fd7fb6ebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fd7fb6139dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fd7fb6139dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fd7fb6138e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fd7fb76b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fd7fb76af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fd7fb653e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fd7fb653e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fd7fbd2cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fd7fbd2a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fd7fbd2a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fd7fbd2a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fd7fbe0ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fd7fbe0ef4d in NYql::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 0x7fd7fbe0e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fd7fb24dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd7fbd25fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd7fbd25fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fd7fb6667d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fd7fb6667d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fd7fb613204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fd7fb613204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd7fb6136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fd7fb6136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fd7fb613ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fd7fb613ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fd7fb76c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fd7fb76c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fd7fbd2cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fd7fbd2a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fd7fbd2a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fd7fbd2a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd7fb6f63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd7fb612b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd7fb6f5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd7fb612b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd7fb6f5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fd7fb612b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd7fb69d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fd7fb69d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fd7fbd24911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fd7fbd244dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fd7fbd220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fd7fbd25900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fd7fbd25900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fd7fbdb0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fd7fbdb0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fd7fbdb0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fd7fbdafdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fd7fbd670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fd7fbd670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fd7fbda4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fd7fbda4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fd7fbdec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fd7fbde6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fd7fb61450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd7fbd25eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd7fbc7c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fd7fbda5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd7fbce5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fd7fbce5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fd7fbce5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fd7fbd0d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fd7fbd0d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fd7fbd0b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fd7fbd0b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fd7fbd0a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fd7fbce8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fd7fbce87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fd7fbce87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fd7fbce87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fd7fbcfdf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fd7fbceb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fd7fbce8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fd7fbce8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fd7fbce87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fd7fbce87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fd7fbce87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fd7fbce7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fd7fbce7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fd7fbce653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fd7fbce6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fd7fbd340a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fd7fbd340a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fd7fbe16a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fd7fbe0ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fd7fbe0ef59 in NYql::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 0x7fd7fbe0e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fd7fb24dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fd817675d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fd7fbd25eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fd7fbc7c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fd7fbda5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd7fb69d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fd7fb69d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fd7fbd24911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fd7fbd220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fd7fbd25900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fd7fbd25900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fd7fbdb0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fd7fbdb0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fd7fbdb0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fd7fbdafdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fd7fbd670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fd7fbd670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fd7fbda4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fd7fbda4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fd7fb6ebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fd7fb6ebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fd7fb76b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fd7fb710b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fd7fb69d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fd7fb69d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fd7fbd24911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fd7fbd220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fd7fbd25900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fd7fbd25900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fd7fbdb0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fd7fbdb0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fd7fbdb0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fd7fbdafdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fd7fbd670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fd7fbd670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fd7fbda4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fd7fbda4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fd7fbdec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fd7fbde6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fd7fb76b50d 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 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fd7fb613204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fd7fb613204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd7fb6136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd7fb6136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fd7fb613ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fd7fb613ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fd7fb76c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fd7fb76c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fd7fbd2cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fd7fbd2a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fd7fbd2a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fd7fbd2a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd7fbce5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fd7fbce5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fd7fbce5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fd7fbcfba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fd7fbcfa5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fd7fbcf9cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fd7fbcf9cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fd7fbcf91e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fd7fbcf88a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fd7fbcf88a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fd7fbcec5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fd7fbd0392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fd7fbce78a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fd7fbce78a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fd7fbce653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fd7fbce6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fd7fbd34182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fd7fb6eca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fd7fb6eca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fd7fb66ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fd7fb613204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fd7fb613204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fd7fb76b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd7fbc6e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd7fb612b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd7fbd25fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd7fbd25fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fd7fb6559e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fd7fb6559e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fd7fb6ebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fd7fb6ebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fd7fb6139dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fd7fb6139dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fd7fb6138e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fd7fb76b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fd7fb76af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fd7fb653e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fd7fb653e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fd7fbd2cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fd7fbd2a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fd7fbd2a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fd7fbd2a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fd7fbe0ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fd7fbe0ef4d in NYql::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 0x7fd7fbe0e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fd7fb24dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd7fbd25fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd7fbd25fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fd7fb6667d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fd7fb6667d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fd7fb613204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fd7fb613204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd7fb6136f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd7fb6136f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fd7fb613ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fd7fb613ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fd7fb76c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fd7fb76c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fd7fbd2cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fd7fbd2a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fd7fbd2a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fd7fbd2a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd7fb6f63c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd7fb612b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd7fb6f5ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd7fb612b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd7fb6f5de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fd7fb612b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd7fb69d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fd7fb69d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fd7fbd24911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fd7fbd244dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fd7fbd220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fd7fbd25900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fd7fbd25900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fd7fbdb0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fd7fbdb0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fd7fbdb0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fd7fbdafdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fd7fbd670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fd7fbd670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fd7fbda4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fd7fbda4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fd7fbdec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fd7fbde6862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fd7fb61450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd7fbd25eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd7fbc7c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fd7fbda5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd7fbce5e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fd7fbce5d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fd7fbce5d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fd7fbd0d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fd7fbd0d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fd7fbd0b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fd7fbd0b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fd7fbd0a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fd7fbce8f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fd7fbce87d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fd7fbce87d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fd7fbce87d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fd7fbcfdf52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fd7fbceb90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fd7fbce8b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fd7fbce8b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fd7fbce87a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fd7fbce87a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fd7fbce87a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fd7fbce7790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fd7fbce7790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fd7fbce653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fd7fbce6854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fd7fbd340a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fd7fbd340a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fd7fbe16a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fd7fbe0ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fd7fbe0ef59 in NYql::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 0x7fd7fbe0e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fd7fb24dd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fd817675d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd7fb6a2bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fd7fb61df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fd7fbd25eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fd7fbc7c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fd7fbda5aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fd7fb710b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fd7fb6ecee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fd7fb6ecee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fd7fbda5aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fd7fbda5aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fd7fbda5aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd7fb69d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fd7fb69d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fd7fbd24911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fd7fbd220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fd7fbd25900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fd7fbd25900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fd7fbdb0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fd7fbdb0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fd7fbdb0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fd7fbdafdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fd7fbd670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fd7fbd670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fd7fbda4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fd7fbda4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fd7fb6ebec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fd7fb6ebec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fd7fb66f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fd7fb76b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fd7fb71815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fd7fb71815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fd7fb710b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fd7fb710b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fd7fb710b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fd7fb69b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fd7fb69d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fd7fb69d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fd7fbd24911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fd7fbd246ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fd7fbd244c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fd7fbd220d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fd7fbd25900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fd7fbd25900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fd7fbdb0ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fd7fbdb0ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fd7fbdb0ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fd7fbdafdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fd7fbd670bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fd7fbd670bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fd7fbda4847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fd7fbda4847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fd7fb612b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fd7fb71a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fd7fb76b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fd7fbdec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fd7fbde6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fd7fb76b50d 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[pq-WriteTwoTopics-default.txt] ______________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ff3e828c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ff3e8286500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ff3e7c0b50d 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[pq-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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f6/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[pq-WriteTwoTopics-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1281484
DEBUG    ya.test:process.py:259 Command (pid 1281484) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1281484) elapsed time (sec): 12.076711177825928
DEBUG    ya.test:process.py:263 Command (pid 1281484) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281484) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1281484) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281484) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1281484) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1281484) maxrss: 1404768
DEBUG    ya.test:process.py:263 Command (pid 1281484) minflt: 347984
DEBUG    ya.test:process.py:263 Command (pid 1281484) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1281484) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1281484) nivcsw: 59
DEBUG    ya.test:process.py:263 Command (pid 1281484) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1281484) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1281484) nvcsw: 67450
DEBUG    ya.test:process.py:263 Command (pid 1281484) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1281484) stime: 2.056264
DEBUG    ya.test:process.py:263 Command (pid 1281484) utime: 9.258676
DEBUG    ya.test:process.py:263 Command (pid 1281484) wtime: 12.079
DEBUG    ya.test:process.py:275 Command (pid 1281484) output:
2025-12-12T09:34:47.743370Z Fetching udfs...
2025-12-12T09:34:48.199955Z Initialization of fq runner...
2025-12-12T09:34:51.523818Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.619684s
2025-12-12T09:34:52.149832Z Fetching query results...
2025-12-12T09:34:52.149857Z Writing query results...
2025-12-12T09:34:52.149870Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1281484) errors:
...on3/Python/import.c:2873:15
    #19 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7ff3e7ab3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7ff3e7ab3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff3e7ab36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ff3e7ab36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7ff3e7ab3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7ff3e7ab3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7ff3e7c0c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7ff3e7c0c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7ff3e81ccd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7ff3e81ca38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7ff3e81ca2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7ff3e81ca49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff3e8185e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7ff3e8185d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7ff3e8185d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7ff3e819ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7ff3e819a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7ff3e8199cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7ff3e8199cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7ff3e81991e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7ff3e81988a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7ff3e81988a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7ff3e818c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7ff3e81a392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7ff3e81878a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7ff3e81878a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7ff3e818653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7ff3e8186854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7ff3e81d4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7ff3e7b8ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7ff3e7b8ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7ff3e7b0ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7ff3e7ab3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7ff3e7ab3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7ff3e7c0b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff3e810e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff3e7ab2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff3e81c5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff3e81c5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7ff3e7af59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7ff3e7af59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7ff3e7b8bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7ff3e7b8bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7ff3e7ab39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7ff3e7ab39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7ff3e7ab38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7ff3e7c0b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7ff3e7c0af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7ff3e7af3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7ff3e7af3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7ff3e81ccf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7ff3e81ca38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7ff3e81ca2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7ff3e81ca49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7ff3e82aef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7ff3e82aef4d in NYql::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 0x7ff3e82ae8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ff3e76edd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff3e81c5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff3e81c5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7ff3e7b067d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7ff3e7b067d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7ff3e7ab3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7ff3e7ab3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff3e7ab36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ff3e7ab36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7ff3e7ab3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7ff3e7ab3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7ff3e7c0c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7ff3e7c0c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7ff3e81ccd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7ff3e81ca38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7ff3e81ca2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7ff3e81ca49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff3e7b963c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff3e7ab2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff3e7b95ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff3e7ab2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff3e7b95de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7ff3e7ab2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff3e7b3d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ff3e7b3d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ff3e81c4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ff3e81c44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7ff3e81c20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7ff3e81c5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7ff3e81c5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7ff3e8250ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7ff3e8250ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7ff3e8250ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7ff3e824fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7ff3e82070bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7ff3e82070bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7ff3e8244847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7ff3e8244847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7ff3e828c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7ff3e8286862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7ff3e7ab450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff3e81c5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff3e811c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7ff3e8245aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff3e8185e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7ff3e8185d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7ff3e8185d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7ff3e81ad4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7ff3e81ad4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7ff3e81ab211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7ff3e81ab211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7ff3e81aa318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7ff3e8188f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7ff3e81887d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7ff3e81887d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7ff3e81887d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7ff3e819df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7ff3e818b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7ff3e8188b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7ff3e8188b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7ff3e81887a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7ff3e81887a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7ff3e81887a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7ff3e8187790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7ff3e8187790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7ff3e818653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7ff3e8186854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7ff3e81d40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7ff3e81d40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7ff3e82b6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7ff3e82aef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7ff3e82aef59 in NYql::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 0x7ff3e82ae8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ff3e76edd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7ff403b1bd8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7ff3e81c5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7ff3e811c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7ff3e8245aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff3e7b3d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ff3e7b3d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ff3e81c4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7ff3e81c20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7ff3e81c5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7ff3e81c5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7ff3e8250ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7ff3e8250ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7ff3e8250ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7ff3e824fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7ff3e82070bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7ff3e82070bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7ff3e8244847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7ff3e8244847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7ff3e7b8bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7ff3e7b8bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7ff3e7c0b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7ff3e7bb0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7ff3e7b3d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7ff3e7b3d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7ff3e81c4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7ff3e81c20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7ff3e81c5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7ff3e81c5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7ff3e8250ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7ff3e8250ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7ff3e8250ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7ff3e824fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7ff3e82070bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7ff3e82070bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7ff3e8244847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7ff3e8244847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7ff3e828c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7ff3e8286500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7ff3e7c0b50d 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 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7ff3e7ab3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7ff3e7ab3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff3e7ab36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff3e7ab36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7ff3e7ab3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7ff3e7ab3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7ff3e7c0c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7ff3e7c0c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7ff3e81ccd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7ff3e81ca38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7ff3e81ca2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7ff3e81ca49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff3e8185e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7ff3e8185d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7ff3e8185d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7ff3e819ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7ff3e819a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7ff3e8199cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7ff3e8199cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7ff3e81991e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7ff3e81988a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7ff3e81988a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7ff3e818c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7ff3e81a392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7ff3e81878a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7ff3e81878a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7ff3e818653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7ff3e8186854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7ff3e81d4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7ff3e7b8ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7ff3e7b8ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7ff3e7b0ef69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7ff3e7ab3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7ff3e7ab3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7ff3e7c0b50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff3e810e3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff3e7ab2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff3e81c5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff3e81c5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7ff3e7af59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7ff3e7af59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7ff3e7b8bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7ff3e7b8bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7ff3e7ab39dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7ff3e7ab39dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7ff3e7ab38e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7ff3e7c0b0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7ff3e7c0af0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7ff3e7af3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7ff3e7af3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7ff3e81ccf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7ff3e81ca38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7ff3e81ca2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7ff3e81ca49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7ff3e82aef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7ff3e82aef4d in NYql::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 0x7ff3e82ae8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ff3e76edd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff3e81c5fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff3e81c5fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7ff3e7b067d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7ff3e7b067d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7ff3e7ab3204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7ff3e7ab3204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff3e7ab36f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff3e7ab36f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7ff3e7ab3ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7ff3e7ab3ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7ff3e7c0c253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7ff3e7c0c253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7ff3e81ccd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7ff3e81ca38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7ff3e81ca2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7ff3e81ca49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff3e7b963c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff3e7ab2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff3e7b95ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff3e7ab2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff3e7b95de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7ff3e7ab2b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff3e7b3d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ff3e7b3d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ff3e81c4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ff3e81c44dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7ff3e81c20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7ff3e81c5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7ff3e81c5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7ff3e8250ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7ff3e8250ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7ff3e8250ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7ff3e824fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7ff3e82070bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7ff3e82070bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7ff3e8244847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7ff3e8244847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7ff3e828c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7ff3e8286862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7ff3e7ab450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff3e81c5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff3e811c408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7ff3e8245aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff3e8185e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7ff3e8185d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7ff3e8185d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7ff3e81ad4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7ff3e81ad4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7ff3e81ab211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7ff3e81ab211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7ff3e81aa318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7ff3e8188f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7ff3e81887d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7ff3e81887d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7ff3e81887d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7ff3e819df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7ff3e818b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7ff3e8188b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7ff3e8188b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7ff3e81887a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7ff3e81887a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7ff3e81887a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7ff3e8187790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7ff3e8187790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7ff3e818653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7ff3e8186854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7ff3e81d40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7ff3e81d40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7ff3e82b6a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7ff3e82aef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7ff3e82aef59 in NYql::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 0x7ff3e82ae8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7ff3e76edd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7ff403b1bd8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff3e7b42bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7ff3e7abdf18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7ff3e81c5eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7ff3e811c3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7ff3e8245aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7ff3e7bb0b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7ff3e7b8cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7ff3e7b8cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7ff3e8245aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7ff3e8245aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7ff3e8245aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff3e7b3d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ff3e7b3d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ff3e81c4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7ff3e81c20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7ff3e81c5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7ff3e81c5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7ff3e8250ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7ff3e8250ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7ff3e8250ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7ff3e824fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7ff3e82070bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7ff3e82070bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7ff3e8244847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7ff3e8244847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7ff3e7b8bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7ff3e7b8bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7ff3e7b0f005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7ff3e7c0b5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7ff3e7bb815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7ff3e7bb815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7ff3e7bb0b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7ff3e7bb0b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7ff3e7bb0b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7ff3e7b3b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7ff3e7b3d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7ff3e7b3d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7ff3e81c4911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7ff3e81c46ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7ff3e81c44c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7ff3e81c20d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7ff3e81c5900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7ff3e81c5900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7ff3e8250ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7ff3e8250ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7ff3e8250ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7ff3e824fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7ff3e82070bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7ff3e82070bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7ff3e8244847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7ff3e8244847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7ff3e7ab2b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7ff3e7bba520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7ff3e7c0b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ff3e828c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ff3e8286500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ff3e7c0b50d 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[solomon-ReadTopicGroupWriteToSolomon-default.txt] ____________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fe5a5d5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fe5a5d56500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fe5a56db50d 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[solomon-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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f6/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[solomon-ReadTopicGroupWriteToSolomon-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.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/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1282993
DEBUG    ya.test:process.py:259 Command (pid 1282993) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1282993) elapsed time (sec): 11.593233585357666
DEBUG    ya.test:process.py:263 Command (pid 1282993) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1282993) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1282993) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1282993) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1282993) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1282993) maxrss: 1421600
DEBUG    ya.test:process.py:263 Command (pid 1282993) minflt: 352259
DEBUG    ya.test:process.py:263 Command (pid 1282993) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1282993) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1282993) nivcsw: 27
DEBUG    ya.test:process.py:263 Command (pid 1282993) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1282993) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1282993) nvcsw: 67595
DEBUG    ya.test:process.py:263 Command (pid 1282993) oublock: 9056
DEBUG    ya.test:process.py:263 Command (pid 1282993) stime: 2.00868
DEBUG    ya.test:process.py:263 Command (pid 1282993) utime: 8.674566
DEBUG    ya.test:process.py:263 Command (pid 1282993) wtime: 11.595
DEBUG    ya.test:process.py:275 Command (pid 1282993) output:
2025-12-12T09:35:00.048492Z Fetching udfs...
2025-12-12T09:35:00.461006Z Initialization of fq runner...
2025-12-12T09:35:03.681900Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.668702s
2025-12-12T09:35:04.356195Z Fetching query results...
2025-12-12T09:35:04.356213Z Writing query results...
2025-12-12T09:35:04.356222Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1282993) errors:
...on3/Python/import.c:2873:15
    #19 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fe5a5583204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fe5a5583204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fe5a55836f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fe5a55836f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fe5a5583ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fe5a5583ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fe5a56dc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fe5a56dc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fe5a5c9cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fe5a5c9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fe5a5c9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fe5a5c9a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fe5a5c55e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fe5a5c55d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fe5a5c55d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fe5a5c6ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fe5a5c6a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fe5a5c69cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fe5a5c69cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fe5a5c691e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fe5a5c688a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fe5a5c688a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fe5a5c5c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fe5a5c7392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fe5a5c578a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fe5a5c578a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fe5a5c5653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fe5a5c56854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fe5a5ca4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fe5a565ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fe5a565ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fe5a55def69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fe5a5583204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fe5a5583204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fe5a56db50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fe5a5bde3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fe5a5582b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fe5a5c95fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fe5a5c95fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fe5a55c59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fe5a55c59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fe5a565bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fe5a565bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fe5a55839dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fe5a55839dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fe5a55838e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fe5a56db0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fe5a56daf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fe5a55c3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fe5a55c3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fe5a5c9cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fe5a5c9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fe5a5c9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fe5a5c9a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fe5a5d7ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fe5a5d7ef4d in NYql::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 0x7fe5a5d7e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fe5a51bdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fe5a5c95fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fe5a5c95fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fe5a55d67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fe5a55d67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fe5a5583204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fe5a5583204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fe5a55836f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fe5a55836f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fe5a5583ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fe5a5583ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fe5a56dc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fe5a56dc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fe5a5c9cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fe5a5c9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fe5a5c9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fe5a5c9a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fe5a56663c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fe5a5582b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fe5a5665ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fe5a5582b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fe5a5665de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fe5a5582b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fe5a560d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fe5a560d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fe5a5c94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fe5a5c944dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fe5a5c920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fe5a5c95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fe5a5c95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fe5a5d20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fe5a5d20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fe5a5d20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fe5a5d1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fe5a5cd70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fe5a5cd70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fe5a5d14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fe5a5d14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fe5a5d5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fe5a5d56862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fe5a558450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fe5a5c95eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fe5a5bec408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fe5a5d15aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fe5a5c55e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fe5a5c55d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fe5a5c55d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fe5a5c7d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fe5a5c7d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fe5a5c7b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fe5a5c7b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fe5a5c7a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fe5a5c58f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fe5a5c587d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fe5a5c587d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fe5a5c587d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fe5a5c6df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fe5a5c5b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fe5a5c58b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fe5a5c58b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fe5a5c587a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fe5a5c587a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fe5a5c587a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fe5a5c57790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fe5a5c57790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fe5a5c5653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fe5a5c56854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fe5a5ca40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fe5a5ca40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fe5a5d86a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fe5a5d7ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fe5a5d7ef59 in NYql::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 0x7fe5a5d7e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fe5a51bdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fe5c15f0d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fe5a5c95eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fe5a5bec3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fe5a5d15aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fe5a560d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fe5a560d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fe5a5c94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fe5a5c920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fe5a5c95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fe5a5c95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fe5a5d20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fe5a5d20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fe5a5d20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fe5a5d1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fe5a5cd70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fe5a5cd70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fe5a5d14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fe5a5d14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fe5a565bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fe5a565bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fe5a56db5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fe5a5680b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fe5a560d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fe5a560d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fe5a5c94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fe5a5c920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fe5a5c95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fe5a5c95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fe5a5d20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fe5a5d20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fe5a5d20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fe5a5d1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fe5a5cd70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fe5a5cd70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fe5a5d14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fe5a5d14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fe5a5d5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fe5a5d56500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fe5a56db50d 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 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fe5a5583204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fe5a5583204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fe5a55836f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fe5a55836f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fe5a5583ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fe5a5583ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fe5a56dc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fe5a56dc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fe5a5c9cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fe5a5c9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fe5a5c9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fe5a5c9a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fe5a5c55e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fe5a5c55d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fe5a5c55d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fe5a5c6ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fe5a5c6a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fe5a5c69cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fe5a5c69cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fe5a5c691e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fe5a5c688a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fe5a5c688a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fe5a5c5c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fe5a5c7392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fe5a5c578a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fe5a5c578a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fe5a5c5653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fe5a5c56854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fe5a5ca4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fe5a565ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fe5a565ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fe5a55def69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fe5a5583204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fe5a5583204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fe5a56db50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fe5a5bde3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fe5a5582b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fe5a5c95fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fe5a5c95fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fe5a55c59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fe5a55c59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fe5a565bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fe5a565bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fe5a55839dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fe5a55839dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fe5a55838e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fe5a56db0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fe5a56daf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fe5a55c3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fe5a55c3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fe5a5c9cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fe5a5c9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fe5a5c9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fe5a5c9a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fe5a5d7ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fe5a5d7ef4d in NYql::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 0x7fe5a5d7e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fe5a51bdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fe5a5c95fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fe5a5c95fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fe5a55d67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fe5a55d67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fe5a5583204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fe5a5583204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fe5a55836f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fe5a55836f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fe5a5583ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fe5a5583ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fe5a56dc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fe5a56dc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fe5a5c9cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fe5a5c9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fe5a5c9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fe5a5c9a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fe5a56663c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fe5a5582b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fe5a5665ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fe5a5582b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fe5a5665de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fe5a5582b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fe5a560d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fe5a560d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fe5a5c94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fe5a5c944dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fe5a5c920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fe5a5c95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fe5a5c95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fe5a5d20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fe5a5d20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fe5a5d20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fe5a5d1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fe5a5cd70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fe5a5cd70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fe5a5d14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fe5a5d14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fe5a5d5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fe5a5d56862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fe5a558450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fe5a5c95eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fe5a5bec408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fe5a5d15aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fe5a5c55e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fe5a5c55d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fe5a5c55d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fe5a5c7d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fe5a5c7d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fe5a5c7b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fe5a5c7b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fe5a5c7a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fe5a5c58f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fe5a5c587d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fe5a5c587d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fe5a5c587d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fe5a5c6df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fe5a5c5b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fe5a5c58b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fe5a5c58b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fe5a5c587a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fe5a5c587a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fe5a5c587a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fe5a5c57790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fe5a5c57790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fe5a5c5653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fe5a5c56854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fe5a5ca40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fe5a5ca40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fe5a5d86a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fe5a5d7ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fe5a5d7ef59 in NYql::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 0x7fe5a5d7e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fe5a51bdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fe5c15f0d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fe5a5612bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fe5a558df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fe5a5c95eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fe5a5bec3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fe5a5d15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fe5a5680b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fe5a565cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fe5a565cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fe5a5d15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fe5a5d15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fe5a5d15aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fe5a560d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fe5a560d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fe5a5c94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fe5a5c920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fe5a5c95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fe5a5c95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fe5a5d20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fe5a5d20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fe5a5d20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fe5a5d1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fe5a5cd70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fe5a5cd70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fe5a5d14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fe5a5d14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fe5a565bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fe5a565bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fe5a55df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fe5a56db5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fe5a568815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fe5a568815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fe5a5680b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fe5a5680b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fe5a5680b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fe5a560b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fe5a560d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fe5a560d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fe5a5c94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fe5a5c946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fe5a5c944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fe5a5c920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fe5a5c95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fe5a5c95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fe5a5d20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fe5a5d20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fe5a5d20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fe5a5d1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fe5a5cd70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fe5a5cd70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fe5a5d14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fe5a5d14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fe5a5582b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fe5a568a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fe5a56db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fe5a5d5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fe5a5d56500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fe5a56db50d 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[watermarks-watermarks-default.txt] ____________________
ydb/tests/fq/streaming_optimize/test_sql_streaming.py:37: in test
    result = fq_run.yql_exec(action="explain")
ydb/tests/fq/tools/fqrun.py:80: in yql_exec
    proc_result = yatest.common.process.execute(cmd.strip().split(), check_exit_code=False, cwd=self.res_dir)
library/python/testing/yatest_common/yatest/common/process.py:656: in execute
    res.wait(check_exit_code, timeout, on_timeout)
library/python/testing/yatest_common/yatest/common/process.py:411: in wait
    self._finalise(check_exit_code)
library/python/testing/yatest_common/yatest/common/process.py:425: in _finalise
    self.verify_sanitize_errors()
library/python/testing/yatest_common/yatest/common/process.py:454: in verify_sanitize_errors
    raise ExecutionError(self)
E   yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/topic_3.txt' has failed with code 100.
E   Errors:
E   b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc283b5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc283b56500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc2834db50d 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[watermarks-watermarks-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/ujdr/0003f6/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/ujdr/0003f6/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/ujdr/0003f6/yql/essentials/tests/common/test_framework/udfs_deps, None, /home/runner/.ya/build/build_root/ujdr/0003f6/yql/udfs
------------------------------ Captured log call -------------------------------
INFO     ya.test:ya.py:434 Test call (class_name: test_sql_streaming.py, test_name: test[watermarks-watermarks-default.txt])
DEBUG    ya.test:process.py:678 Command out will be placed to fqrun.out.5
DEBUG    ya.test:process.py:678 Command err will be placed to fqrun.err.5
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun', '--exclude-linked-udfs', '--action=explain', '--cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/fq_config.conf', '--result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/results.txt', '--ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/ast.txt', '--plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/plan.json', '--log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/log.txt', '--udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/query_0.sql', '--emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/topic_0.txt', '--emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/topic_1.txt', '--emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/topic_2.txt', '--emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/topic_3.txt']' in '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1284351
DEBUG    ya.test:process.py:259 Command (pid 1284351) rc: 100
DEBUG    ya.test:process.py:260 Command (pid 1284351) elapsed time (sec): 10.921563386917114
DEBUG    ya.test:process.py:263 Command (pid 1284351) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284351) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1284351) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284351) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1284351) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1284351) maxrss: 1412760
DEBUG    ya.test:process.py:263 Command (pid 1284351) minflt: 354170
DEBUG    ya.test:process.py:263 Command (pid 1284351) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1284351) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1284351) nivcsw: 26
DEBUG    ya.test:process.py:263 Command (pid 1284351) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1284351) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1284351) nvcsw: 66229
DEBUG    ya.test:process.py:263 Command (pid 1284351) oublock: 9048
DEBUG    ya.test:process.py:263 Command (pid 1284351) stime: 2.04267
DEBUG    ya.test:process.py:263 Command (pid 1284351) utime: 8.138925
DEBUG    ya.test:process.py:263 Command (pid 1284351) wtime: 10.923
DEBUG    ya.test:process.py:275 Command (pid 1284351) output:
2025-12-12T09:35:11.807415Z Fetching udfs...
2025-12-12T09:35:12.241563Z Initialization of fq runner...
2025-12-12T09:35:15.282359Z Executing query...
Writing query ast
Writing query plan
Query finished. Duration: 0.515476s
2025-12-12T09:35:15.803114Z Fetching query results...
2025-12-12T09:35:15.803136Z Writing query results...
2025-12-12T09:35:15.803148Z Finalization of fq runner...

DEBUG    ya.test:process.py:276 Command (pid 1284351) errors:
...on3/Python/import.c:2873:15
    #19 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fc283383204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fc283383204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc2833836f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc2833836f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fc283383ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fc283383ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fc2834dc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fc2834dc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fc283a9cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fc283a9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fc283a9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fc283a9a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc283a55e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fc283a55d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fc283a55d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fc283a6ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18
    #7 0x7fc283a6a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18
    #8 0x7fc283a69cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44
    #9 0x7fc283a69cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33
    #10 0x7fc283a691e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18
    #11 0x7fc283a688a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38
    #12 0x7fc283a688a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18
    #13 0x7fc283a5c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28
    #14 0x7fc283a7392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18
    #15 0x7fc283a578a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18
    #16 0x7fc283a578a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18
    #17 0x7fc283a5653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #18 0x7fc283a56854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #19 0x7fc283aa4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #20 0x7fc28345ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18
    #21 0x7fc28345ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20
    #22 0x7fc2833def69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24
    #23 0x7fc283383204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #24 0x7fc283383204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #25 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #27 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #28 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #29 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #30 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #31 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #32 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #33 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #34 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #35 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #36 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #37 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #38 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #39 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #40 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #41 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #42 0x7fc2834db50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc2839de3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5
    #5 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc283382b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc283a95fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc283a95fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fc2833c59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9
    #7 0x7fc2833c59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9
    #8 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fc28345bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #20 0x7fc28345bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #21 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #22 0x7fc2833839dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #23 0x7fc2833839dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18
    #24 0x7fc2833838e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14
    #25 0x7fc2834db0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9
    #26 0x7fc2834daf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14
    #27 0x7fc2833c3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24
    #28 0x7fc2833c3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13
    #29 0x7fc283a9cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13
    #30 0x7fc283a9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #31 0x7fc283a9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #32 0x7fc283a9a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14
    #33 0x7fc283b7ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13
    #34 0x7fc283b7ef4d in NYql::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 0x7fc283b7e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fc282fbdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc283a95fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc283a95fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12
    #6 0x7fc2833d67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9
    #7 0x7fc2833d67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9
    #8 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #9 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #10 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #11 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #12 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #13 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #14 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #15 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #16 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #17 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #18 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #19 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #20 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #21 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #22 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #23 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #24 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #25 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #26 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #27 0x7fc283383204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #28 0x7fc283383204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12
    #29 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc2833836f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc2833836f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12
    #39 0x7fc283383ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12
    #40 0x7fc283383ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24
    #41 0x7fc2834dc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13
    #42 0x7fc2834dc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9
    #43 0x7fc283a9cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14
    #44 0x7fc283a9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23
    #45 0x7fc283a9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18
    #46 0x7fc283a9a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc2834663c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9
    #5 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc283382b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc283465ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9
    #5 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc283382b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc283465de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9
    #5 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #6 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #7 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #8 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #9 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #10 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #11 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #12 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #13 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #14 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #15 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #16 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #17 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #18 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #19 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #20 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #21 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #22 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #23 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #24 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #25 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #26 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #27 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #28 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #29 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #30 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #31 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #32 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #33 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #34 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #35 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #36 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #37 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #38 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #39 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #40 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #41 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #42 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #43 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #44 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #45 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #46 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #47 0x7fc283382b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc28340d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc28340d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc283a94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc283a944dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21
    #7 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #12 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #13 0x7fc283a920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #14 0x7fc283a95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #15 0x7fc283a95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #16 0x7fc283b20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #17 0x7fc283b20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #18 0x7fc283b20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #19 0x7fc283b1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #20 0x7fc283ad70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #21 0x7fc283ad70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #22 0x7fc283b14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #23 0x7fc283b14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #24 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #25 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #26 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #27 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #28 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #29 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #30 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #31 0x7fc283b5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #32 0x7fc283b56862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15
    #33 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #34 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #35 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #36 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #37 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #38 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #39 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #40 0x7fc28338450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc283a95eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc2839ec408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9
    #6 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fc283b15aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc283a55e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20
    #4 0x7fc283a55d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20
    #5 0x7fc283a55d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12
    #6 0x7fc283a7d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25
    #7 0x7fc283a7d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22
    #8 0x7fc283a7b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18
    #9 0x7fc283a7b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32
    #10 0x7fc283a7a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32
    #11 0x7fc283a58f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18
    #12 0x7fc283a587d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34
    #13 0x7fc283a587d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #14 0x7fc283a587d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #15 0x7fc283a6df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18
    #16 0x7fc283a5b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18
    #17 0x7fc283a58b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37
    #18 0x7fc283a58b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33
    #19 0x7fc283a587a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18
    #20 0x7fc283a587a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30
    #21 0x7fc283a587a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18
    #22 0x7fc283a57790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18
    #23 0x7fc283a57790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18
    #24 0x7fc283a5653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17
    #25 0x7fc283a56854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14
    #26 0x7fc283aa40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11
    #27 0x7fc283aa40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9
    #28 0x7fc283b86a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25
    #29 0x7fc283b7ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9
    #30 0x7fc283b7ef59 in NYql::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 0x7fc283b7e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fc282fbdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5
    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29
    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53
    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12
    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25
    #39 0x7fc29f3e5d8f  (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 4f7b0c955c3d81d7cac1501a2498b69d1d82bfe7)

Direct leak of 43 byte(s) in 1 object(s) allocated from:
    #0 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19
    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10
    #4 0x7fc283a95eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15
    #5 0x7fc2839ec3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9
    #6 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #7 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #8 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #9 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #10 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #11 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #12 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #13 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #14 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #15 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #16 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #17 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #18 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #19 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #20 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #21 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #22 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #23 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #24 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #25 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #26 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #27 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #28 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #29 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #30 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #31 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #32 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #33 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #34 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #35 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #36 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #37 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #38 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #39 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #40 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21
    #41 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17
    #42 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20
    #43 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #44 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #45 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #46 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19
    #47 0x7fc283b15aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc28340d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc28340d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc283a94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #7 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #8 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #9 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #10 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #11 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #12 0x7fc283a920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #13 0x7fc283a95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #14 0x7fc283a95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #15 0x7fc283b20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #16 0x7fc283b20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #17 0x7fc283b20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #18 0x7fc283b1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #19 0x7fc283ad70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #20 0x7fc283ad70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #21 0x7fc283b14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #22 0x7fc283b14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #23 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #24 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #25 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #26 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #27 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #28 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #29 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #30 0x7fc28345bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12
    #31 0x7fc28345bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20
    #32 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24
    #33 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #34 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #35 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #36 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #37 0x7fc2834db5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25
    #38 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15
    #39 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19
    #40 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16
    #41 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12
    #42 0x7fc283480b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3
    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24
    #2 0x7fc28340d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11
    #3 0x7fc28340d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16
    #4 0x7fc283a94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17
    #5 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #6 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #7 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #8 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #9 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18
    #10 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22
    #11 0x7fc283a920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9
    #12 0x7fc283a95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14
    #13 0x7fc283a95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20
    #14 0x7fc283b20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14
    #15 0x7fc283b20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20
    #16 0x7fc283b20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100
    #17 0x7fc283b1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13
    #18 0x7fc283ad70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14
    #19 0x7fc283ad70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14
    #20 0x7fc283b14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29
    #21 0x7fc283b14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13
    #22 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18
    #23 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19
    #24 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #25 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #26 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #27 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #28 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15
    #29 0x7fc283b5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22
    #30 0x7fc283b56500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15
    #31 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23
    #32 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12
    #33 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12
    #34 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21
    #35 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24
    #36 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26
    #37 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11
    #38 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14
    #39 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24
    #40 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11
    #41 0x7fc2834db50d 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 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fc283383204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fc283383204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc2833836f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc2833836f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fc283383ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fc283383ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fc2834dc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fc2834dc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fc283a9cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fc283a9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fc283a9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fc283a9a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc283a55e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fc283a55d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fc283a55d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fc283a6ba75 in lambda_param_rule /-S/contrib/tools/python3/Parser/parser.c:15806:18\n    #7 0x7fc283a6a5ef in lambda_param_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15570:18\n    #8 0x7fc283a69cf2 in _loop1_104_rule /-S/contrib/tools/python3/Parser/parser.c:31411:44\n    #9 0x7fc283a69cf2 in lambda_slash_no_default_rule /-S/contrib/tools/python3/Parser/parser.c:15210:33\n    #10 0x7fc283a691e8 in lambda_parameters_rule /-S/contrib/tools/python3/Parser/parser.c:15046:18\n    #11 0x7fc283a688a1 in lambda_params_rule /-S/contrib/tools/python3/Parser/parser.c:15000:38\n    #12 0x7fc283a688a1 in lambdef_rule /-S/contrib/tools/python3/Parser/parser.c:14925:18\n    #13 0x7fc283a5c5ac in expression_rule /-S/contrib/tools/python3/Parser/parser.c:11143:28\n    #14 0x7fc283a7392c in expressions_rule /-S/contrib/tools/python3/Parser/parser.c:10912:18\n    #15 0x7fc283a578a6 in eval_rule /-S/contrib/tools/python3/Parser/parser.c:1252:18\n    #16 0x7fc283a578a6 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41924:18\n    #17 0x7fc283a5653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #18 0x7fc283a56854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #19 0x7fc283aa4182 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #20 0x7fc28345ca32 in builtin_eval_impl /-S/contrib/tools/python3/Python/bltinmodule.c:978:18\n    #21 0x7fc28345ca32 in builtin_eval /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:502:20\n    #22 0x7fc2833def69 in cfunction_vectorcall_FASTCALL /-S/contrib/tools/python3/Objects/methodobject.c:422:24\n    #23 0x7fc283383204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #24 0x7fc283383204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #25 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #27 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #28 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #29 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #30 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #31 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #32 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #33 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #34 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #35 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #36 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #37 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #38 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #39 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #40 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #41 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #42 0x7fc2834db50d 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc2839de3b5 in itertoolsmodule_exec /-S/contrib/tools/python3/Modules/itertoolsmodule.c:4718:5\n    #5 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc283382b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc283a95fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc283a95fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fc2833c59e7 in signal_add_constants /-S/contrib/tools/python3/Modules/signalmodule.c:1404:9\n    #7 0x7fc2833c59e7 in signal_module_exec /-S/contrib/tools/python3/Modules/signalmodule.c:1629:9\n    #8 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fc28345bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #20 0x7fc28345bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #21 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #22 0x7fc2833839dc in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #23 0x7fc2833839dc in _PyObject_CallFunctionVa /-S/contrib/tools/python3/Objects/call.c:562:18\n    #24 0x7fc2833838e2 in PyObject_CallFunction /-S/contrib/tools/python3/Objects/call.c:584:14\n    #25 0x7fc2834db0cf in PyImport_Import /-S/contrib/tools/python3/Python/import.c:3059:9\n    #26 0x7fc2834daf0a in PyImport_ImportModule /-S/contrib/tools/python3/Python/import.c:2497:14\n    #27 0x7fc2833c3e58 in signal_install_handlers /-S/contrib/tools/python3/Modules/signalmodule.c:1921:24\n    #28 0x7fc2833c3e58 in _PySignal_Init /-S/contrib/tools/python3/Modules/signalmodule.c:1983:13\n    #29 0x7fc283a9cf0c in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1155:13\n    #30 0x7fc283a9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #31 0x7fc283a9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #32 0x7fc283a9a49f in Py_InitializeEx /-S/contrib/tools/python3/Python/pylifecycle.c:1336:14\n    #33 0x7fc283b7ef4d in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:57:13\n    #34 0x7fc283b7ef4d in NYql::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 0x7fc283b7e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fc282fbdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #37 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc283a95fa8 in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc283a95fa8 in PyModule_AddIntConstant /-S/contrib/tools/python3/Python/modsupport.c:676:12\n    #6 0x7fc2833d67d8 in all_ins /-S/contrib/tools/python3/Modules/posixmodule.c:16118:9\n    #7 0x7fc2833d67d8 in posixmodule_exec /-S/contrib/tools/python3/Modules/posixmodule.c:16971:9\n    #8 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #9 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #10 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #11 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #12 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #13 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #14 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #15 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #16 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #17 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #18 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #19 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #20 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #21 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #22 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #23 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #24 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #25 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #26 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #27 0x7fc283383204 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #28 0x7fc283383204 in PyObject_Vectorcall /-S/contrib/tools/python3/Objects/call.c:325:12\n    #29 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc2833836f1 in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc2833836f1 in _PyObject_CallNoArgsTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:99:12\n    #39 0x7fc283383ccc in callmethod /-S/contrib/tools/python3/Objects/call.c:634:12\n    #40 0x7fc283383ccc in PyObject_CallMethod /-S/contrib/tools/python3/Objects/call.c:653:24\n    #41 0x7fc2834dc253 in init_importlib_external /-S/contrib/tools/python3/Python/import.c:2315:13\n    #42 0x7fc2834dc253 in _PyImport_InitExternal /-S/contrib/tools/python3/Python/import.c:3259:9\n    #43 0x7fc283a9cd36 in init_interp_main /-S/contrib/tools/python3/Python/pylifecycle.c:1136:14\n    #44 0x7fc283a9a38f in pyinit_main /-S/contrib/tools/python3/Python/pylifecycle.c:1274:23\n    #45 0x7fc283a9a2bf in Py_InitializeFromConfig /-S/contrib/tools/python3/Python/pylifecycle.c:1305:18\n    #46 0x7fc283a9a49f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc2834663c2 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12942:9\n    #5 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc283382b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc283465ed6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12813:9\n    #5 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc283382b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc283465de6 in astmodule_exec /-S/contrib/tools/python3/Python/Python-ast.c:12789:9\n    #5 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #6 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #7 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #8 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #9 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #10 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #11 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #12 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #13 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #14 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #15 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #16 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #17 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #18 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #19 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #20 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #21 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #22 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #23 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #24 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #25 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #26 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #27 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #28 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #29 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #30 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #31 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #32 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #33 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #34 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #35 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #36 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #37 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #38 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #39 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #40 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #41 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #42 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #43 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #44 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #45 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #46 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #47 0x7fc283382b8f 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc28340d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc28340d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc283a94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc283a944dd in r_object /-S/contrib/tools/python3/Python/marshal.c:1406:21\n    #7 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #12 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #13 0x7fc283a920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #14 0x7fc283a95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #15 0x7fc283a95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #16 0x7fc283b20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #17 0x7fc283b20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #18 0x7fc283b20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #19 0x7fc283b1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #20 0x7fc283ad70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #21 0x7fc283ad70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #22 0x7fc283b14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #23 0x7fc283b14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #24 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #25 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #26 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #27 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #28 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #29 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #30 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #31 0x7fc283b5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #32 0x7fc283b56862 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7842:15\n    #33 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #34 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #35 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #36 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #37 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #38 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #39 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #40 0x7fc28338450a 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc283a95eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc2839ec408 in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4056:9\n    #6 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fc283b15aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc283a55e39 in _PyPegen_new_identifier /-S/contrib/tools/python3/Parser/pegen.c:544:20\n    #4 0x7fc283a55d73 in _PyPegen_name_from_token /-S/contrib/tools/python3/Parser/pegen.c:609:20\n    #5 0x7fc283a55d73 in _PyPegen_name_token /-S/contrib/tools/python3/Parser/pegen.c:622:12\n    #6 0x7fc283a7d4f1 in dotted_name_raw /-S/contrib/tools/python3/Parser/parser.c:4065:25\n    #7 0x7fc283a7d4f1 in dotted_name_rule /-S/contrib/tools/python3/Parser/parser.c:4001:22\n    #8 0x7fc283a7b211 in import_from_rule /-S/contrib/tools/python3/Parser/parser.c:3548:18\n    #9 0x7fc283a7b211 in import_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:3427:32\n    #10 0x7fc283a7a318 in simple_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:1803:32\n    #11 0x7fc283a58f42 in simple_stmts_rule /-S/contrib/tools/python3/Parser/parser.c:1602:18\n    #12 0x7fc283a587d1 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1427:34\n    #13 0x7fc283a587d1 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #14 0x7fc283a587d1 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #15 0x7fc283a6df52 in block_rule /-S/contrib/tools/python3/Parser/parser.c:4114:18\n    #16 0x7fc283a5b90c in function_def_raw_rule /-S/contrib/tools/python3/Parser/parser.c:4526:18\n    #17 0x7fc283a58b14 in function_def_rule /-S/contrib/tools/python3/Parser/parser.c:4430:37\n    #18 0x7fc283a58b14 in compound_stmt_rule /-S/contrib/tools/python3/Parser/parser.c:2077:33\n    #19 0x7fc283a587a2 in statement_rule /-S/contrib/tools/python3/Parser/parser.c:1403:18\n    #20 0x7fc283a587a2 in _loop1_3_rule /-S/contrib/tools/python3/Parser/parser.c:25157:30\n    #21 0x7fc283a587a2 in statements_rule /-S/contrib/tools/python3/Parser/parser.c:1360:18\n    #22 0x7fc283a57790 in file_rule /-S/contrib/tools/python3/Parser/parser.c:1162:18\n    #23 0x7fc283a57790 in _PyPegen_parse /-S/contrib/tools/python3/Parser/parser.c:41920:18\n    #24 0x7fc283a5653e in _PyPegen_run_parser /-S/contrib/tools/python3/Parser/pegen.c:926:17\n    #25 0x7fc283a56854 in _PyPegen_run_parser_from_string /-S/contrib/tools/python3/Parser/pegen.c:1039:14\n    #26 0x7fc283aa40a7 in PyRun_StringFlags /-S/contrib/tools/python3/Python/pythonrun.c:1608:11\n    #27 0x7fc283aa40a7 in PyRun_SimpleStringFlags /-S/contrib/tools/python3/Python/pythonrun.c:480:9\n    #28 0x7fc283b86a66 in NPython::InitYqlModule(NYql::NUdf::EPythonFlavor, bool) /-S/yql/essentials/udfs/common/python/bindings/py_yql_module.cpp:201:25\n    #29 0x7fc283b7ef59 in TPythonModule /-S/yql/essentials/udfs/common/python/python_udf/python_udf.cpp:60:9\n    #30 0x7fc283b7ef59 in NYql::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 0x7fc283b7e8a3 in NYql::NUdf::RegisterYqlPythonUdf(NYql::NUdf::IRegistrator&, unsigned int, TBasicStringBuf<char, std::__y1::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 0x7fc282fbdd58 in Register /-B/yql/essentials/udfs/common/python/python3_small/Python3.yql_python_udf.cpp:18:5\n    #33 0x246baf98 in (anonymous namespace)::TMutableFunctionRegistry::LoadUdfs(TBasicString<char, std::__y1::char_traits<char>> const&, THashMap<TBasicString<char, std::__y1::char_traits<char>>, TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<char, std::__y1::char_traits<char>>>, std::__y1::allocator<TBasicString<char, std::__y1::char_traits<char>>>> const&, unsigned int, TBasicString<char, std::__y1::char_traits<char>> const&, THashSet<TBasicString<char, std::__y1::char_traits<char>>, THash<TBasicString<char, std::__y1::char_traits<char>>>, TEqualTo<TBasicString<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 0x246b4d29 in NKikimr::NMiniKQL::CreateFunctionRegistry(void (*)(), TIntrusivePtr<NKikimr::NMiniKQL::IBuiltinFunctionRegistry, TDefaultIntrusivePtrOps<NKikimr::NMiniKQL::IBuiltinFunctionRegistry>>&&, bool, TVector<TBasicString<char, std::__y1::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 0x37f2a83e in NKikimrRun::TMainBase::CreateFunctionRegistry() const /-S/ydb/tests/tools/kqprun/runlib/application.cpp:162:29\n    #36 0x1b0a04d2 in NFqRun::(anonymous namespace)::TMain::DoRun(NLastGetopt::TOptsParseResult&&) /-S/ydb/tests/tools/fqrun/fqrun.cpp:489:53\n    #37 0x1b52053a in TMainClassArgs::Run(int, char const**) /-S/library/cpp/getopt/small/modchooser.cpp:332:12\n    #38 0x1b089e82 in main /-S/ydb/tests/tools/fqrun/fqrun.cpp:601:25\n    #39 0x7fc29f3e5d8f  (/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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc283412bfe in unicode_decode_utf8 /-S/contrib/tools/python3/Objects/unicodeobject.c:4880:19\n    #3 0x7fc28338df18 in PyDict_SetItemString /-S/contrib/tools/python3/Objects/dictobject.c:3919:10\n    #4 0x7fc283a95eed in _PyModule_Add /-S/contrib/tools/python3/Python/modsupport.c:658:15\n    #5 0x7fc2839ec3be in math_exec /-S/contrib/tools/python3/Modules/mathmodule.c:4049:9\n    #6 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #7 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #8 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #9 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #10 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #11 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #12 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #13 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #14 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #15 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #16 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #17 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #18 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #19 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #20 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #21 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #22 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #23 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #24 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #25 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #26 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #27 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #28 0x7fc283b15aa9 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #29 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #30 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #31 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #32 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #33 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #34 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #35 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #36 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #37 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #38 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #39 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #40 0x7fc283480b88 in PyEval_EvalCode /-S/contrib/tools/python3/Python/ceval.c:580:21\n    #41 0x7fc28345cee1 in builtin_exec_impl /-S/contrib/tools/python3/Python/bltinmodule.c:1096:17\n    #42 0x7fc28345cee1 in builtin_exec /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:586:20\n    #43 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #44 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #45 0x7fc283b15aa9 in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #46 0x7fc283b15aa9 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12537:19\n    #47 0x7fc283b15aa9 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc28340d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc28340d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc283a94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #7 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #8 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #9 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #10 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #11 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #12 0x7fc283a920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #13 0x7fc283a95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #14 0x7fc283a95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #15 0x7fc283b20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #16 0x7fc283b20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #17 0x7fc283b20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #18 0x7fc283b1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #19 0x7fc283ad70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #20 0x7fc283ad70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #21 0x7fc283b14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #22 0x7fc283b14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #23 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #24 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #25 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #26 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #27 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #28 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #29 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #30 0x7fc28345bec7 in builtin___import___impl /-S/contrib/tools/python3/Python/bltinmodule.c:275:12\n    #31 0x7fc28345bec7 in builtin___import__ /-S/contrib/tools/python3/Python/clinic/bltinmodule.c.h:107:20\n    #32 0x7fc2833df005 in cfunction_vectorcall_FASTCALL_KEYWORDS /-S/contrib/tools/python3/Objects/methodobject.c:438:24\n    #33 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #34 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #35 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #36 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #37 0x7fc2834db5b8 in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2942:25\n    #38 0x7fc28348815a in import_name /-S/contrib/tools/python3/Python/ceval.c:2510:15\n    #39 0x7fc28348815a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2144:19\n    #40 0x7fc283480b88 in _PyEval_EvalFrame /-S/contrib/tools/python3/Include/internal/pycore_ceval.h:89:16\n    #41 0x7fc283480b88 in _PyEval_Vector /-S/contrib/tools/python3/Python/ceval.c:1685:12\n    #42 0x7fc283480b88 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 0x1b16f7ff in malloc /-S/contrib/libs/clang18-rt/lib/asan/asan_malloc_linux.cpp:68:3\n    #1 0x7fc28340b995 in PyUnicode_New /-S/contrib/tools/python3/Objects/unicodeobject.c:1368:24\n    #2 0x7fc28340d144 in _PyUnicode_FromUCS1 /-S/contrib/tools/python3/Objects/unicodeobject.c:2211:11\n    #3 0x7fc28340d144 in PyUnicode_FromKindAndData /-S/contrib/tools/python3/Objects/unicodeobject.c:2282:16\n    #4 0x7fc283a94911 in r_object /-S/contrib/tools/python3/Python/marshal.c:1159:17\n    #5 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #6 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #7 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #8 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #9 0x7fc283a946ff in r_object /-S/contrib/tools/python3/Python/marshal.c:1232:18\n    #10 0x7fc283a944c8 in r_object /-S/contrib/tools/python3/Python/marshal.c:1403:22\n    #11 0x7fc283a920d6 in read_object /-S/contrib/tools/python3/Python/marshal.c:1534:9\n    #12 0x7fc283a95900 in marshal_loads_impl /-S/contrib/tools/python3/Python/marshal.c:1841:14\n    #13 0x7fc283a95900 in marshal_loads /-S/contrib/tools/python3/Python/clinic/marshal.c.h:154:20\n    #14 0x7fc283b20ed5 in __Pyx_PyObject_CallMethO /-B/library/python/runtime_py3/__res.pyx.cpp:27841:14\n    #15 0x7fc283b20ed5 in __Pyx_PyObject_CallOneArg /-B/library/python/runtime_py3/__res.pyx.cpp:27872:20\n    #16 0x7fc283b20ed5 in __pyx_pf_5__res_16ResourceImporter_22get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14482:100\n    #17 0x7fc283b1fdaa in __pyx_pw_5__res_16ResourceImporter_23get_code(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:14022:13\n    #18 0x7fc283ad70bb in __Pyx_PyObject_Call /-B/library/python/runtime_py3/__res.pyx.cpp:27792:14\n    #19 0x7fc283ad70bb in __Pyx_PyObject_Call2Args(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:27825:14\n    #20 0x7fc283b14847 in __pyx_pf_5__res_16ResourceImporter_14exec_module /-B/library/python/runtime_py3/__res.pyx.cpp:12224:29\n    #21 0x7fc283b14847 in __pyx_pw_5__res_16ResourceImporter_15exec_module(_object*, _object*, _object*) /-B/library/python/runtime_py3/__res.pyx.cpp:12168:13\n    #22 0x7fc283382b8f in _PyObject_MakeTpCall /-S/contrib/tools/python3/Objects/call.c:240:18\n    #23 0x7fc28348a520 in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:2715:19\n    #24 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #25 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #26 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #27 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #28 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc283b5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc283b56500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc2834db50d 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 ===============================
14.74s call     test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt]
14.55s call     test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt]
14.03s call     test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt]
12.35s call     test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt]
12.11s call     test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt]
11.62s call     test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt]
10.95s call     test_sql_streaming.py::test[watermarks-watermarks-default.txt]
0.03s setup    test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt]
0.03s setup    test_sql_streaming.py::test[pq-WriteTwoTopics-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadWriteTopic-default.txt]
0.02s setup    test_sql_streaming.py::test[pq-ReadWriteSameTopic-default.txt]
0.01s setup    test_sql_streaming.py::test[watermarks-watermarks-default.txt]
0.01s setup    test_sql_streaming.py::test[solomon-ReadTopicGroupWriteToSolomon-default.txt]

(7 durations < 0.005s hidden.  Use -vv to show these durations.)
=========================== short test summary info ============================
FAILED test_sql_streaming.py::test[pq-ReadTwoTopics-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_gdrkidi6/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f5aaf5cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f5aaf5c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f5aaee5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f5aaef4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f5aaef4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f5aaef4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f5aaee4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f5aaeefc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f5aaedf450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f5aaedf450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f5aaedf4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f5aaef4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f5aaef4b50d 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[pq-ReadWriteSameTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_tvsh3sy9/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f4e7df1c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f4e7df16500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f4e7d7a046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f4e7d89db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f4e7d89db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f4e7d89db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f4e7d79f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f4e7d84c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f4e7d74450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4e7d74450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f4e7d744350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f4e7d89b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f4e7d89b50d 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[pq-ReadWriteTopic-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_vwyou3wp/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7f4c931cc9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7f4c931c6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7f4c92a5046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7f4c92b4db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7f4c92b4db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7f4c92b4db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7f4c92a4f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7f4c92afc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7f4c929f450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7f4c929f450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7f4c929f4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7f4c92b4b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7f4c92b4b50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 409134 byte(s) leaked in 7926 allocation(s).\n'
FAILED test_sql_streaming.py::test[pq-ReadWriteTopicWithSchema-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_zxwjudj2/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fd7fbdec9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fd7fbde6500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fd7fb67046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fd7fb76db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fd7fb76db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fd7fb76db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fd7fb66f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fd7fb71c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fd7fb61450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fd7fb61450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fd7fb614350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fd7fb76b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fd7fb76b50d 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[pq-WriteTwoTopics-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_3mq362og/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7ff3e828c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7ff3e8286500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7ff3e7b1046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7ff3e7c0db64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7ff3e7c0db64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7ff3e7c0db64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7ff3e7b0f264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7ff3e7bbc00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7ff3e7ab450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7ff3e7ab450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7ff3e7ab4350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7ff3e7c0b50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7ff3e7c0b50d 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[solomon-ReadTopicGroupWriteToSolomon-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_8tjd9uyl/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fe5a5d5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fe5a5d56500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fe5a55e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fe5a56ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fe5a56ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fe5a56ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fe5a55df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fe5a568c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fe5a558450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fe5a558450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fe5a5584350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fe5a56db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fe5a56db50d 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[watermarks-watermarks-default.txt] - yatest.common.process.ExecutionError: Command '/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/tools/fqrun/fqrun --exclude-linked-udfs --action=explain --cfg=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/fq_config.conf --result-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/results.txt --ast-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/ast.txt --plan-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/plan.json --log-file=/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/log.txt --udfs-dir=/home/runner/.ya/build/build_root/ujdr/0003f6/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/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/query_0.sql --emulate-pq=test_topic_input@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/topic_0.txt --emulate-pq=test_topic_input2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/topic_1.txt --emulate-pq=test_topic_output@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/topic_2.txt --emulate-pq=test_topic_output2@/home/runner/.ya/build/build_root/ujdr/0003f6/ydb/tests/fq/streaming_optimize/test-results/py3test/testing_out_stuff/test_sql_streaming/chunk3/testing_out_stuff/yql/test_fqrun_slgtbnim/topic_3.txt' has failed with code 100.
Errors:
b'...portModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n    #29 0x7fc283b5c9e4 in __Pyx_Import(_object*, _object*, int) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:11081:22\n    #30 0x7fc283b56500 in __pyx_pymod_exec_sitecustomize(_object*) /-B/library/python/runtime_py3/sitecustomize.pyx.cpp:7764:15\n    #31 0x7fc2833e046d in PyModule_ExecDef /-S/contrib/tools/python3/Objects/moduleobject.c:440:23\n    #32 0x7fc2834ddb64 in exec_builtin_or_dynamic /-S/contrib/tools/python3/Python/import.c:784:12\n    #33 0x7fc2834ddb64 in _imp_exec_builtin_impl /-S/contrib/tools/python3/Python/import.c:3829:12\n    #34 0x7fc2834ddb64 in _imp_exec_builtin /-S/contrib/tools/python3/Python/clinic/import.c.h:564:21\n    #35 0x7fc2833df264 in cfunction_vectorcall_O /-S/contrib/tools/python3/Objects/methodobject.c:509:24\n    #36 0x7fc28348c00a in _PyEval_EvalFrameDefault /tmp/Python/bytecodes.c:3263:26\n    #37 0x7fc28338450a in _PyObject_VectorcallTstate /-S/contrib/tools/python3/Include/internal/pycore_call.h:92:11\n    #38 0x7fc28338450a in object_vacall /-S/contrib/tools/python3/Objects/call.c:850:14\n    #39 0x7fc283384350 in PyObject_CallMethodObjArgs /-S/contrib/tools/python3/Objects/call.c:911:24\n    #40 0x7fc2834db50d in import_find_and_load /-S/contrib/tools/python3/Python/import.c:2790:11\n    #41 0x7fc2834db50d in PyImport_ImportModuleLevelObject /-S/contrib/tools/python3/Python/import.c:2873:15\n\nSUMMARY: AddressSanitizer: 423744 byte(s) leaked in 8243 allocation(s).\n'
========================= 7 failed in 92.33s (0:01:32) =========================
