path: ydb/core/tx/schemeshard DEPENDS to missing directory: $S/ydb/core/tx/schemeshard/ut_test_shard_reboots path: ydb/tests/stress/topic/tests ydb/tests/stress/topic/tests/test_workload_topic.py:31: in test yatest.common.execute(cmd_args) library/python/testing/yatest_common/yatest/common/process.py:655: in execute res.wait(check_exit_code, timeout, on_timeout) library/python/testing/yatest_common/yatest/common/process.py:410: in wait self._finalise(check_exit_code) library/python/testing/yatest_common/yatest/common/process.py:421: in _finalise raise ExecutionError(self) E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/stress/topic/workload_topic --endpoint grpc://localhost:30551 --database /Root --duration 60 --consumers 16 --producers 33 --limit-memory-usage' has failed with code 1. E Errors: E ...load_topic_pr20_p1_pq1']' returned non-zero exit status 1. E Traceback (most recent call last): E File "ydb/tests/stress/common/common.py", line 114, in wrapper E f() E ~^^ E File "ydb/tests/stress/topic/workload/__init__.py", line 80, in __immediate_transaction E self.run_topic_write_with_tx(20, 1, 1, "10M") E ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ E File "ydb/tests/stress/topic/workload/__init__.py", line 121, in run_topic_write_with_tx E self.cmd_run([ E ~~~~~~~~~~~~^^ E *self._get_cli_common_args(), E ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ E ...<6 lines>... E '--topic', topic_name E ^^^^^^^^^^^^^^^^^^^^^ E ]) E ^^ E File "ydb/tests/stress/topic/workload/__init__.py", line 64, in cmd_run E subprocess.run(cmd, check=True, text=True) E ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^ E File "contrib/tools/python3/Lib/subprocess.py", line 577, in run E raise CalledProcessError(retcode, process.args, E output=stdout, stderr=stderr) E subprocess.CalledProcessError: Command '['/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/stress/topic/tests/test-results/py3test/tmpxy1hyzb7/topic_ydb_cli/ydb_cli', '--verbose', '--endpoint', 'grpc://localhost:30551', '--database=/Root', 'workload', 'topic', 'run', 'write', '-s', '60', '--byte-rate', '10M', '--use-tx', '--tx-commit-interval', '2000', '-t', '20', '--max-memory-usage-per-producer=2M', '--topic', 'workload_topic_pr20_p1_pq1']' returned non-zero exit status 1. path: ydb/tests/stress/topic/tests 1 test: 1 - FAIL path: ydb/tests/functional/statistics ydb/tests/functional/statistics/test_restarts.py:95: in test_basic assert_that(wait_for(get_base_stats_response, timeout_seconds=5), E AssertionError: base stats available after restart path: ydb/tests/functional/nbs ydb/tests/functional/nbs/test_nbs_load_actor.py:78: in test_nbs_load_actor_write_then_read self.verify_load_test_results(write_results, expected_blocks_read=False, expected_blocks_written=True) ydb/tests/functional/nbs/common.py:319: in verify_load_test_results assert 'ThroughputMbs' in results, f"Missing ThroughputMbs in results: {results}" E AssertionError: Missing ThroughputMbs in results: {'BlocksWritten': 2876, 'EndTime': 1773670424701701, 'Iops': 261, 'RequestsCompleted': 2876, 'StartTime': 1773670413693584, 'WriteLatency': {'Max': 580607, 'Mean': 122021.4868, 'Min': 11296, 'P50': 107519, 'P90': 207103, 'P95': 248959, 'P99': 379647, 'P999': 479743, 'StdDeviation': 68238.3771}} path: ydb/tests/functional/nbs 8 tests: 7 - GOOD, 1 - FAIL path: ydb/core/transfer/ut/column_table assertion failed at ydb/core/transfer/ut/common/utils.h:83, virtual void NReplicationTest::Timestamp64Checker::Assert(const std::string &, const ::Ydb::Value &): (v == Expected) failed: (2026-03-16T15:36:59.191000Z != 2026-03-16T15:36:54.071154Z) Row 0 column 'WriteTimestamp': , with diff: 2026-03-16T15:36:5(9|4).(|07)1(9|)1(000|54)Z TBackTrace::Capture() at /-S/util/system/backtrace.cpp:284:9 GetCurrentTest at /-S/library/cpp/testing/unittest/registar.cpp:70:12 NReplicationTest::Timestamp64Checker::Assert(std::__y1::basic_string, std::__y1::allocator> const&, Ydb::Value const&) at /-S/ydb/core/transfer/ut/common/utils.h:83:13 UnRef at /-S/util/generic/ptr.h:637:13 NReplicationTest::MainTestCase::MakeTest(NReplicationTest::TConfig const&, NReplicationTest::MainTestCase::CreateTransferSettings) at /-S/ydb/core/transfer/ut/common/utils.h:0:9 Run at /-S/ydb/core/transfer/ut/common/utils.h:1021:9 operator() at /-S/ydb/core/transfer/ut/column_table/transfer_columntable_ut.cpp:0:1 TColoredProcessor::Run(std::__y1::function, TBasicString> const&, char const*, bool) at /-S/library/cpp/testing/unittest/utmain.cpp:527:13 ~__value_func at /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:403:16 UnRef at /-S/util/generic/ptr.h:637:13 NUnitTest::TTestFactory::Execute() at /-S/library/cpp/testing/unittest/registar.cpp:0:19 NUnitTest::RunMain(int, char**) at /-S/library/cpp/testing/unittest/utmain.cpp:0:44 ?? at ??:0:0 ?? at ??:0:0 _start at ??:0:0 path: ydb/core/transfer/ut/column_table 30 tests: 29 - GOOD, 1 - FAIL path: ydb/tests/functional/audit ydb/tests/functional/audit/test_canonical_records.py:373: in test_dstool_evict_vdisk_grpc execute_dstool_grpc(ydb_cluster, TOKEN, ['vdisk', 'evict', '--vdisk-ids', vdisk_id, '--ignore-degraded-group-check', '--ignore-failure-model-group-check']) ydb/tests/functional/audit/helpers.py:60: in execute_dstool_grpc assert False, f'Command\n{full_cmd}\n finished with exit code {proc_result.exit_code}, stderr:\n\n{proc_result.std_err.decode("utf-8")}\n\nstdout:\n{proc_result.std_out.decode("utf-8")}' E AssertionError: Command E ['/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/apps/dstool/ydb-dstool', '--endpoint', 'grpc://localhost:19251', 'vdisk', 'evict', '--vdisk-ids', '[82000000:1:0:0:0]', '--ignore-degraded-group-check', '--ignore-failure-model-group-check'] E finished with exit code 1, stderr: E E error, Request has failed: E Command { E ReassignGroupDisk { E GroupId: 2181038080 E GroupGeneration: 1 E } E } E IgnoreGroupFailModelChecks: true E IgnoreDegradedGroupsChecks: true E E Status { E Success: true E ReassignedItem { E VDiskId { E GroupID: 2181038080 E GroupGeneration: 1 E Ring: 0 E Domain: 0 E VDisk: 0 E } E From { E NodeId: 1 E PDiskId: 1000 E VSlotId: 1000 E } E To { E NodeId: 1 E PDiskId: 1 E VSlotId: 1001 E } E FromFqdn: "localhost" E FromPath: "SectorMap:2:64" E ToFqdn: "localhost" E ToPath: "SectorMap:1:64" E } E } E ErrorDescription: "DisintegratedByExpectedStatus GroupIds# [2181038080]" E ConfigTxSeqNo: 6 E GroupsGetDisintegratedByExpectedStatus: 2181038080 E E E E E stdout: path: ydb/tests/functional/audit 35 tests: 34 - GOOD, 1 - FAIL path: ydb/core/http_proxy/ut/sqs_topic_ut Test crashed (return code: -6) See logs for more info path: ydb/core/http_proxy/ut/sqs_topic_ut 100 tests: 99 - GOOD, 1 - CRASHED path: ydb/tests/stress/testshard_workload/tests ydb/tests/stress/testshard_workload/tests/test_workload.py:25: in test yatest.common.execute([ library/python/testing/yatest_common/yatest/common/process.py:655: in execute res.wait(check_exit_code, timeout, on_timeout) library/python/testing/yatest_common/yatest/common/process.py:410: in wait self._finalise(check_exit_code) library/python/testing/yatest_common/yatest/common/process.py:421: in _finalise raise ExecutionError(self) E yatest.common.process.ExecutionError: Command '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/stress/testshard_workload/workload_testshard --endpoint grpc://localhost:25756 --database /Root --duration 60 --channels dynamic_storage_pool:1,dynamic_storage_pool:1,dynamic_storage_pool:1 --monitoring-port 23968' has failed with code 1. E Errors: E ...ile', '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/stress/testshard_workload/tests/test-results/py3test/tmpqpi12u18/testshard_ydb_cli/default_config.yaml', '--channels', 'dynamic_storage_pool:1,dynamic_storage_pool:1,dynamic_storage_pool:1']' returned non-zero exit status 1. E Traceback (most recent call last): E File "ydb/tests/stress/common/common.py", line 114, in wrapper E f() E ~^^ E File "ydb/tests/stress/testshard_workload/workload/__init__.py", line 368, in __loop E output = self.cmd_run(cmd) E File "ydb/tests/stress/testshard_workload/workload/__init__.py", line 283, in cmd_run E result = subprocess.run(cmd, check=True, text=True, capture_output=True) E File "contrib/tools/python3/Lib/subprocess.py", line 577, in run E raise CalledProcessError(retcode, process.args, E output=stdout, stderr=stderr) E subprocess.CalledProcessError: Command '['/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/stress/testshard_workload/tests/test-results/py3test/tmpqpi12u18/testshard_ydb_cli/ydb_cli', '--verbose', '--endpoint', 'grpc://localhost:25756', '--database=/Root', 'workload', 'testshard', 'init', '--owner-idx', '1', '--count', '1', '--config-file', '/home/runner/actions_runner/_work/ydb/ydb/tmp/out/ydb/tests/stress/testshard_workload/tests/test-results/py3test/tmpqpi12u18/testshard_ydb_cli/default_config.yaml', '--channels', 'dynamic_storage_pool:1,dynamic_storage_pool:1,dynamic_storage_pool:1']' returned non-zero exit status 1. path: ydb/tests/stress/testshard_workload/tests 1 test: 1 - FAIL path: ydb/core/viewer/tests Test results differ from canonical: test_result['TenantInfo'][0]['GrpcRequestBytes']: extra key with value '168', test_result['TenantInfo'][0]['GrpcResponseBytes']: extra key with value '24' path: ydb/core/viewer/tests Test results differ from canonical: test_result['/Root']['TenantInfo'][0]['GrpcRequestBytes']: extra key with value '168', test_result['/Root']['TenantInfo'][0]['GrpcResponseBytes']: extra key with value '24' test_result['no-database']['TenantInfo'][0]['GrpcRequestBytes']: extra key with value '168', test_result['no-database']['TenantInfo'][0]['GrpcResponseBytes']: extra key with value '24' path: ydb/core/viewer/tests 54 tests: 52 - GOOD, 2 - FAIL