/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:16: PytestCollectionWarning: cannot collect test class 'TestContext' because it has a __init__ constructor (from: test_scheme_load.py)
/home/runner/.ya/build/build_root/7lz5/000794/environment/arcadia/ydb/tests/olap/scenario/helpers/thread_helper.py:4: PytestCollectionWarning: cannot collect test class 'TestThread' because it has a __init__ constructor (from: test_scheme_load.py)
  class TestThread(threading.Thread):
/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:16: PytestCollectionWarning: cannot collect test class 'TestContext' because it has a __init__ constructor (from: test_insert.py)
/home/runner/.ya/build/build_root/7lz5/000794/environment/arcadia/ydb/tests/olap/scenario/helpers/thread_helper.py:4: PytestCollectionWarning: cannot collect test class 'TestThread' because it has a __init__ constructor (from: test_insert.py)
  class TestThread(threading.Thread):
/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:16: PytestCollectionWarning: cannot collect test class 'TestContext' because it has a __init__ constructor (from: test_alter_tiering.py)
/home/runner/.ya/build/build_root/7lz5/000794/environment/arcadia/ydb/tests/olap/scenario/helpers/thread_helper.py:4: PytestCollectionWarning: cannot collect test class 'TestThread' because it has a __init__ constructor (from: test_alter_tiering.py)
  class TestThread(threading.Thread):
/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/ydb/tests/olap/scenario/test_alter_tiering.py:37: PytestCollectionWarning: cannot collect test class 'TestLoop' because it has a __init__ constructor (from: test_alter_tiering.py)
/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:16: PytestCollectionWarning: cannot collect test class 'TestContext' because it has a __init__ constructor (from: test_simple.py)
/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/ydb/tests/olap/scenario/helpers/scenario_tests_helper.py:16: PytestCollectionWarning: cannot collect test class 'TestContext' because it has a __init__ constructor (from: test_alter_compression.py)
/home/runner/.ya/build/build_root/7lz5/000794/environment/arcadia/ydb/tests/olap/scenario/helpers/thread_helper.py:4: PytestCollectionWarning: cannot collect test class 'TestThread' because it has a __init__ constructor (from: test_alter_compression.py)
  class TestThread(threading.Thread):
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/test_scheme_load.py.TestSchemeLoad.test.create_and_drop_tables/cluster/node_1/stdout'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/test_scheme_load.py.TestSchemeLoad.test.create_and_drop_tables/cluster/node_1/stderr'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:76: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/test_scheme_load.py.TestSchemeLoad.test.create_and_drop_tables/cluster/node_1/logfile_85c2br8z.log'>
  for key, value in sorted(labels.items(), key=lambda x: x[0])
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_1/stdout'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_1/stderr'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ydb/tests/library/clients/kikimr_monitoring.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/test_insert.py.TestInsert.test.read_data_during_bulk_upsert/cluster/node_1/logfile_5f2vg3d6.log'>
  (key, value)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/python/botocore/py3/botocore/auth.py:419: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
contrib/python/Flask/py3/flask/scaffold.py:109: DeprecationWarning: 'pkgutil.find_loader' is deprecated and slated for removal in Python 3.14; use importlib.util.find_spec() instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:751: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:748: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/tools/python3/Lib/ast.py:587: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:755: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:756: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
contrib/python/Werkzeug/py3/werkzeug/routing/rules.py:756: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
contrib/python/moto/py3/moto/s3/models.py:122: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
contrib/python/moto/py3/moto/s3/models.py:122: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
contrib/python/moto/py3/moto/s3/models.py:122: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
contrib/python/ydb/py3/ydb/convert.py:374: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/test_simple.py.TestSimple.test.alter_table/cluster/node_1/stdout'>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/python/ydb/py3/ydb/convert.py:374: ResourceWarning: unclosed file <_io.BufferedWriter name='/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/test_simple.py.TestSimple.test.alter_table/cluster/node_1/stderr'>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
contrib/python/ydb/py3/ydb/convert.py:374: ResourceWarning: unclosed file <_io.BufferedRandom name='/home/runner/.ya/build/build_root/7lz5/000794/ydb/tests/olap/scenario/test-results/py3test/testing_out_stuff/test_simple.py.TestSimple.test.alter_table/cluster/node_1/logfile_ry3wr6li.log'>
ResourceWarning: Enable tracemalloc to get the object allocation traceback
