2025-10-13 17:23:42,967: DEBUG: Test filters: None
2025-10-13 17:23:43,111: DEBUG: Executing '['/home/runner/.ya/build/build_root/1cno/000396/tools/flake8_linter/flake8_linter', '--params', '/home/runner/.ya/build/build_root/1cno/000396/ydb/tests/functional/suite_tests/test-results/flake8/testing_out_stuff/linter_params.json']' in 'None' (waiting)
2025-10-13 17:23:43,112: DEBUG: Command pid: 1679651
2025-10-13 17:23:44,780: DEBUG: Command (pid 1679651) rc: 0
2025-10-13 17:23:44,780: DEBUG: Command (pid 1679651) elapsed time (sec): 1.6662039756774902
2025-10-13 17:23:44,780: DEBUG: Command (pid 1679651) idrss: 0
2025-10-13 17:23:44,780: DEBUG: Command (pid 1679651) inblock: 0
2025-10-13 17:23:44,780: DEBUG: Command (pid 1679651) isrss: 0
2025-10-13 17:23:44,780: DEBUG: Command (pid 1679651) ixrss: 0
2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) majflt: 0
2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) maxrss: 85036
2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) minflt: 91366
2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) msgrcv: 0
2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) msgsnd: 0
2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) nivcsw: 27
2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) nsignals: 0
2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) nswap: 0
2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) nvcsw: 224
2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) oublock: 168
2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) stime: 0.520776
2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) utime: 2.043828
2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) wtime: 1.668
2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) output:
2025-10-13 17:23:43,314: DEBUG: Constructing flake8 config
2025-10-13 17:23:43,314: DEBUG: Configuration:
defaultdict(<class 'list'>, {'/home/runner/.ya/build/build_root/1cno/000396/environment/arcadia/build/config/tests/flake8/flake8.conf': ['/home/runner/.ya/build/build_root/1cno/000396/environment/arcadia/ydb/tests/functional/suite_tests/test_base.py', '/home/runner/.ya/build/build_root/1cno/000396/environment/arcadia/ydb/tests/functional/suite_tests/test_postgres.py', '/home/runner/.ya/build/build_root/1cno/000396/environment/arcadia/ydb/tests/functional/suite_tests/test_sql_logic.py', '/home/runner/.ya/build/build_root/1cno/000396/environment/arcadia/ydb/tests/functional/suite_tests/test_stream_query.py']})
2025-10-13 17:23:43,315: DEBUG: flake8 temp dir: /home/runner/.ya/build/build_root/1cno/000396/r3tmp/tmpd1xp6nrx
2025-10-13 17:23:44,755: DEBUG: flake8 stderr: Traceback (most recent call last):
  File "contrib/python/astroid/py3/astroid/inference_tip.py", line 38, in _inference_tip_cached
    result = _cache[func, node]
             ~~~~~~^^^^^^^^^^^^
KeyError: (<function infer_named_tuple at 0x7f3865c64fe0>, <Call l.110 at 0x7f386431c110>)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "contrib/python/pylint/py3/pylint/lint/pylinter.py", line 1019, in get_ast
    return MANAGER.ast_from_file(filepath, modname, source=True)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/manager.py", line 118, in ast_from_file
    return AstroidBuilder(self).file_build(filepath, modname)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/builder.py", line 135, in file_build
    return self._post_build(module, builder, encoding)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/builder.py", line 161, in _post_build
    module = self._manager.visit_transforms(module)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/manager.py", line 95, in visit_transforms
    return self._transform.visit(node)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/transforms.py", line 89, in visit
    return self._visit(module)
           ^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/transforms.py", line 54, in _visit
    visited = self._visit_generic(value)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/transforms.py", line 61, in _visit_generic
    return [self._visit_generic(child) for child in node]
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/transforms.py", line 61, in <listcomp>
    return [self._visit_generic(child) for child in node]
            ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/transforms.py", line 67, in _visit_generic
    return self._visit(node)
           ^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/transforms.py", line 57, in _visit
    return self._transform(node)
           ^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/transforms.py", line 38, in _transform
    if predicate is None or predicate(node):
                            ^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/brain/brain_namedtuple_enum.py", line 586, in _is_enum_subclass
    for klass in cls.mro()
                 ^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/nodes/scoped_nodes/scoped_nodes.py", line 3064, in mro
    return self._compute_mro(context=context)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/nodes/scoped_nodes/scoped_nodes.py", line 3033, in _compute_mro
    inferred_bases = list(self._inferred_bases(context=context))
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/nodes/scoped_nodes/scoped_nodes.py", line 3016, in _inferred_bases
    baseobj = next(
              ^^^^^
  File "contrib/python/astroid/py3/astroid/nodes/scoped_nodes/scoped_nodes.py", line 3016, in <genexpr>
    baseobj = next(
                  ^
  File "contrib/python/astroid/py3/astroid/nodes/node_ng.py", line 159, in infer
    results = list(self._explicit_inference(self, context, **kwargs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/wrapt/wrapt/wrappers.py", line 578, in __call__
    return self._self_wrapper(self.__wrapped__, self._self_instance,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/inference_tip.py", line 45, in _inference_tip_cached
    result = _cache[func, node] = list(func(*args, **kwargs))
                                       ^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/brain/brain_namedtuple_enum.py", line 201, in infer_named_tuple
    rename = next(call_site.infer_argument(func, "rename", context)).bool_value()
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/astroid/py3/astroid/arguments.py", line 177, in infer_argument
    if len(self.positional_arguments) > len(funcnode.args.args):
                                        ^^^^^^^^^^^^^^^^^^^^^^^
TypeError: object of type 'Uninferable' has no len()


2025-10-13 17:23:44,781: DEBUG: Command (pid 1679651) errors:

2025-10-13 17:23:44,782: DEBUG: Module "fetchers_storage" stopped in 0.000023
2025-10-13 17:23:44,787: DEBUG: Module "display" stopped in 0.000035
2025-10-13 17:23:44,788: DEBUG: Restored ctx dict_keys([])
