Skip to content

Console Output

Skipping 8,138 KB.. Full Log
[2024/04/26 11:21:10.574 +00:00] [INFO] [ddl_worker.go:1174] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:10.319 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:10.771 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=4.752426ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/26 11:21:10.809 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/04/26 11:21:10.814 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44]
[2024/04/26 11:21:10.815 +00:00] [INFO] [ddl_worker.go:1422] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=50.168144ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:10.319 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:10.975 +00:00] [INFO] [ddl_worker.go:732] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=89] [job="ID:89, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:10.319 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:11.162 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=89]
[2024/04/26 11:21:11.163 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/04/26 11:21:11.188 +00:00] [INFO] [session.go:3873] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=]
[2024/04/26 11:21:11.331 +00:00] [INFO] [ddl_worker.go:255] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:11.212 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/26 11:21:11.331 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:11.212 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"]
[2024/04/26 11:21:11.343 +00:00] [ERROR] [runaway.go:156] ["try to get done runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2083\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1987\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1952\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1938\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1942\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchDoneRecord\n\tpkg/domain/runaway.go:549\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchDoneRecord\n\tpkg/domain/runaway.go:506\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchDoneRecords\n\tpkg/domain/runaway.go:480\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:154\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:156\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"]
[2024/04/26 11:21:11.344 +00:00] [WARN] [runaway.go:175] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2083\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1987\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1952\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1938\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1942\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchDoneRecord\n\tpkg/domain/runaway.go:549\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchDoneRecord\n\tpkg/domain/runaway.go:506\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchDoneRecords\n\tpkg/domain/runaway.go:480\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:154\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"]
[2024/04/26 11:21:11.456 +00:00] [INFO] [ddl_worker.go:1174] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:11.212 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:11.620 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=3.919521ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/26 11:21:11.636 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/04/26 11:21:11.636 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45]
[2024/04/26 11:21:11.639 +00:00] [INFO] [ddl_worker.go:1422] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=24.384861ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:11.212 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:11.822 +00:00] [INFO] [ddl_worker.go:732] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:11.212 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:11.981 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=91]
[2024/04/26 11:21:11.982 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/04/26 11:21:12.000 +00:00] [INFO] [session.go:3873] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=]
[2024/04/26 11:21:12.174 +00:00] [INFO] [ddl_worker.go:255] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:12.02 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/26 11:21:12.174 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:12.02 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"]
[2024/04/26 11:21:12.345 +00:00] [ERROR] [runaway.go:156] ["try to get done runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2083\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1987\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1952\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1938\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1942\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchDoneRecord\n\tpkg/domain/runaway.go:549\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchDoneRecord\n\tpkg/domain/runaway.go:506\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchDoneRecords\n\tpkg/domain/runaway.go:480\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:154\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:156\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"]
[2024/04/26 11:21:12.348 +00:00] [WARN] [runaway.go:175] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2083\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1987\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1952\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1938\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1942\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchDoneRecord\n\tpkg/domain/runaway.go:549\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchDoneRecord\n\tpkg/domain/runaway.go:506\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchDoneRecords\n\tpkg/domain/runaway.go:480\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:154\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"]
[2024/04/26 11:21:12.363 +00:00] [INFO] [ddl_worker.go:1174] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:12.02 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:12.861 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=5.936601ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/26 11:21:12.892 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/04/26 11:21:12.893 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46]
[2024/04/26 11:21:12.894 +00:00] [INFO] [ddl_worker.go:1422] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=40.304218ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:12.02 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:13.045 +00:00] [INFO] [ddl_worker.go:732] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:12.02 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:13.242 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=93]
[2024/04/26 11:21:13.243 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/04/26 11:21:13.283 +00:00] [INFO] [session.go:3873] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=]
[2024/04/26 11:21:13.360 +00:00] [ERROR] [runaway.go:156] ["try to get done runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2083\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1987\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1952\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1938\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1942\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchDoneRecord\n\tpkg/domain/runaway.go:549\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchDoneRecord\n\tpkg/domain/runaway.go:506\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchDoneRecords\n\tpkg/domain/runaway.go:480\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:154\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:156\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"]
[2024/04/26 11:21:13.363 +00:00] [WARN] [runaway.go:175] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2083\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1987\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1952\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1938\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1942\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchDoneRecord\n\tpkg/domain/runaway.go:549\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchDoneRecord\n\tpkg/domain/runaway.go:506\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchDoneRecords\n\tpkg/domain/runaway.go:480\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:154\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"]
[2024/04/26 11:21:13.446 +00:00] [INFO] [ddl_worker.go:255] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:13.325 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/26 11:21:13.446 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:13.325 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"]
[2024/04/26 11:21:13.623 +00:00] [INFO] [ddl_worker.go:1174] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:13.325 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:13.949 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=4.083376ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/26 11:21:13.975 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/04/26 11:21:13.975 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47]
[2024/04/26 11:21:13.976 +00:00] [INFO] [ddl_worker.go:1422] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=32.131445ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:13.325 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:14.142 +00:00] [INFO] [ddl_worker.go:732] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:13.325 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:14.287 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=95]
[2024/04/26 11:21:14.287 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/04/26 11:21:14.296 +00:00] [INFO] [session.go:3873] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n        host VARCHAR(261) NOT NULL PRIMARY KEY,\n        role VARCHAR(64),\n        cpu_count int default 0,\n        keyspace_id bigint(8) NOT NULL DEFAULT -1\n    );"] [user=]
[2024/04/26 11:21:14.443 +00:00] [INFO] [ddl_worker.go:255] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:14.335 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/26 11:21:14.443 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:14.335 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n        host VARCHAR(261) NOT NULL PRIMARY KEY,\n        role VARCHAR(64),\n        cpu_count int default 0,\n        keyspace_id bigint(8) NOT NULL DEFAULT -1\n    );"]
[2024/04/26 11:21:14.549 +00:00] [INFO] [ddl_worker.go:1174] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:14.335 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:14.659 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=2.527056ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/26 11:21:14.680 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/04/26 11:21:14.680 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48]
[2024/04/26 11:21:14.682 +00:00] [INFO] [ddl_worker.go:1422] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=26.504353ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:14.335 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:14.793 +00:00] [INFO] [ddl_worker.go:732] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:14.335 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:14.902 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=97]
[2024/04/26 11:21:14.903 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/04/26 11:21:14.915 +00:00] [INFO] [session.go:3873] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=]
[2024/04/26 11:21:15.012 +00:00] [INFO] [ddl_worker.go:255] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:14.947 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/26 11:21:15.012 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:14.947 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"]
[2024/04/26 11:21:15.116 +00:00] [INFO] [ddl_worker.go:1174] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:14.947 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:15.280 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=3.590167ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/26 11:21:15.299 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/04/26 11:21:15.299 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49]
[2024/04/26 11:21:15.299 +00:00] [INFO] [ddl_worker.go:1422] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=26.064824ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:14.947 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:15.503 +00:00] [INFO] [ddl_worker.go:732] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:14.947 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:15.765 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=99]
[2024/04/26 11:21:15.779 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/04/26 11:21:15.787 +00:00] [INFO] [session.go:3873] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=]
[2024/04/26 11:21:15.850 +00:00] [INFO] [ddl_worker.go:255] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-04-26 11:21:15.818 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/26 11:21:15.850 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-04-26 11:21:15.818 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"]
[2024/04/26 11:21:15.920 +00:00] [INFO] [ddl_worker.go:1174] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:15.818 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:15.974 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=648.516µs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"]
[2024/04/26 11:21:15.992 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/04/26 11:21:15.992 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50]
[2024/04/26 11:21:15.992 +00:00] [INFO] [ddl_worker.go:1422] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=20.192898ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-04-26 11:21:15.818 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:16.183 +00:00] [INFO] [ddl_worker.go:732] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:15.818 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:16.217 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=101]
[2024/04/26 11:21:16.218 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/04/26 11:21:16.307 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-04-26 11:21:16.255 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"]
[2024/04/26 11:21:16.307 +00:00] [INFO] [ddl_worker.go:255] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-04-26 11:21:16.255 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/26 11:21:16.430 +00:00] [INFO] [ddl_worker.go:1174] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:16.255 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:16.574 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=2.568278ms] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"]
[2024/04/26 11:21:16.594 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/04/26 11:21:16.594 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51]
[2024/04/26 11:21:16.594 +00:00] [INFO] [ddl_worker.go:1422] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=34.282858ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-04-26 11:21:16.255 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:16.673 +00:00] [INFO] [ddl_worker.go:732] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:16.255 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:16.791 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=103]
[2024/04/26 11:21:16.791 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/04/26 11:21:18.484 +00:00] [INFO] [bootstrap.go:743] ["bootstrap successful"] ["take time"=41.179131193s]
[2024/04/26 11:21:18.503 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=eb9f8559-e064-4f87-bdeb-2b16eb1434b2] [ownerKey=/tidb/ddl/fg/owner]
[2024/04/26 11:21:18.503 +00:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl]
[2024/04/26 11:21:18.504 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=43.264µs]
[2024/04/26 11:21:18.504 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=31.663µs]
[2024/04/26 11:21:18.504 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=23.103µs]
[2024/04/26 11:21:18.505 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=28.532µs]
[2024/04/26 11:21:18.505 +00:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl]
[2024/04/26 11:21:18.505 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=25.374µs]
[2024/04/26 11:21:18.505 +00:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl]
[2024/04/26 11:21:18.506 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/04/26 11:21:18.506 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl]
[2024/04/26 11:21:18.563 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=eb9f8559-e064-4f87-bdeb-2b16eb1434b2] ["take time"=63.660464ms]
[2024/04/26 11:21:18.564 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=eb9f8559-e064-4f87-bdeb-2b16eb1434b2]
[2024/04/26 11:21:18.564 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/04/26 11:21:18.564 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/04/26 11:21:18.564 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/04/26 11:21:18.564 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/04/26 11:21:18.564 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/04/26 11:21:18.564 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/04/26 11:21:18.564 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/04/26 11:21:18.565 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/04/26 11:21:18.565 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/04/26 11:21:18.565 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/04/26 11:21:18.566 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/04/26 11:21:18.569 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/04/26 11:21:18.569 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/04/26 11:21:18.576 +00:00] [INFO] [domain.go:906] ["loadSchemaInLoop exited."]
[2024/04/26 11:21:18.576 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/04/26 11:21:18.583 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=83.347016ms]
[2024/04/26 11:21:18.584 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=b7e32cf2-2495-45b9-b765-6b3d3b7df39c] ["ddl lease"=500ms] ["stats lease"=-1ns]
[2024/04/26 11:21:18.903 +00:00] [WARN] [controller.go:186] ["[resource group controller] server does not save config, load config failed"]
[2024/04/26 11:21:18.903 +00:00] [INFO] [controller.go:173] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"DegradedModeWaitDuration\":0}"]
[2024/04/26 11:21:19.107 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=201.076789ms]
[2024/04/26 11:21:19.115 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"]
[2024/04/26 11:21:19.117 +00:00] [INFO] [ddl.go:817] ["start DDL"] [category=ddl] [ID=224b3d1e-d768-40bc-9323-2ea075fb1d78] [runWorker=true]
[2024/04/26 11:21:19.120 +00:00] [INFO] [ddl.go:776] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true]
[2024/04/26 11:21:19.121 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl]
[2024/04/26 11:21:19.121 +00:00] [WARN] [env.go:53] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false]
[2024/04/26 11:21:19.121 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop]
[2024/04/26 11:21:19.121 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop]
[2024/04/26 11:21:19.121 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop]
[2024/04/26 11:21:19.121 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper]
[2024/04/26 11:21:19.121 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/04/26 11:21:19.121 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop]
[2024/04/26 11:21:19.121 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop]
[2024/04/26 11:21:19.121 +00:00] [INFO] [job_table.go:333] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false]
[2024/04/26 11:21:19.122 +00:00] [INFO] [job_table.go:348] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none]
[2024/04/26 11:21:19.129 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop]
[2024/04/26 11:21:19.129 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop]
[2024/04/26 11:21:19.130 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper]
[2024/04/26 11:21:19.130 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/04/26 11:21:19.130 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."]
[2024/04/26 11:21:19.184 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/04/26 11:21:19.185 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"]
[2024/04/26 11:21:19.337 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true]
[2024/04/26 11:21:19.373 +00:00] [INFO] [controller.go:436] ["[resource group controller] create resource group cost controller"] [name=default]
[2024/04/26 11:21:19.663 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop]
[2024/04/26 11:21:19.742 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/04/26 11:21:19.780 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker]
[2024/04/26 11:21:19.780 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"]
[2024/04/26 11:21:19.793 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker]
[2024/04/26 11:21:19.794 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner]
[2024/04/26 11:21:19.818 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop]
[2024/04/26 11:21:19.827 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.1GiB]
[2024/04/26 11:21:19.839 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/04/26 11:21:19.840 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/04/26 11:21:19.873 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop]
[2024/04/26 11:21:19.880 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000]
[2024/04/26 11:21:19.880 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"]
[2024/04/26 11:21:19.915 +00:00] [INFO] [session.go:3873] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="drop table if exists t1;"] [user=]
[2024/04/26 11:21:19.942 +00:00] [INFO] [session.go:3873] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="create table t1(c1 int, c2 bigint, c3 bigint, primary key(c1), key(c2), key(c3)) partition by hash(c1) partitions 10;"] [user=]
[2024/04/26 11:21:20.122 +00:00] [INFO] [ddl_worker.go:255] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:20.021 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/26 11:21:20.123 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:20.021 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t1(c1 int, c2 bigint, c3 bigint, primary key(c1), key(c2), key(c3)) partition by hash(c1) partitions 10;"]
[2024/04/26 11:21:20.335 +00:00] [INFO] [ddl_worker.go:1174] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=115] [conn=1] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:20.021 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:20.558 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=7.174104ms] [gotSchemaVersion=52] [phyTblIDs="[104,105,106,107,108,109,110,111,112,113,114]"] [actionTypes="[3,3,3,3,3,3,3,3,3,3,3]"] [diffTypes="[\"create table\"]"]
[2024/04/26 11:21:20.601 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=115] [version=52]
[2024/04/26 11:21:20.604 +00:00] [INFO] [ddl_worker.go:1422] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=54.293311ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-04-26 11:21:20.021 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:20.708 +00:00] [INFO] [ddl_worker.go:732] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-04-26 11:21:20.021 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:21:20.840 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl]
[2024/04/26 11:21:20.840 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true]
[2024/04/26 11:21:20.862 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=115]
[2024/04/26 11:21:20.863 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/04/26 11:21:20.881 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16]
[2024/04/26 11:21:20.919 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000]
[2024/04/26 11:21:20.920 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000]
[2024/04/26 11:21:20.920 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000]
[2024/04/26 11:21:20.920 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000]
[2024/04/26 11:21:21.121 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig]
[2024/04/26 11:21:26.395 +00:00] [INFO] [analyze.go:751] ["analyze table `test`.`t1` has finished"] [partition=p0] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/04/26 11:21:23.226 +00:00] ["end time"=2024/04/26 11:21:26.371 +00:00] [cost=3.14505675s] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
[2024/04/26 11:21:26.590 +00:00] [INFO] [analyze.go:751] ["analyze table `test`.`t1` has finished"] [partition=p1] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/04/26 11:21:23.226 +00:00] ["end time"=2024/04/26 11:21:26.570 +00:00] [cost=3.344737993s] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
[2024/04/26 11:21:29.091 +00:00] [INFO] [analyze.go:751] ["analyze table `test`.`t1` has finished"] [partition=p3] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/04/26 11:21:23.388 +00:00] ["end time"=2024/04/26 11:21:29.070 +00:00] [cost=5.681635526s] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
[2024/04/26 11:21:29.201 +00:00] [INFO] [analyze.go:751] ["analyze table `test`.`t1` has finished"] [partition=p2] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/04/26 11:21:23.369 +00:00] ["end time"=2024/04/26 11:21:29.171 +00:00] [cost=5.801350751s] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
[2024/04/26 11:21:31.523 +00:00] [INFO] [analyze.go:751] ["analyze table `test`.`t1` has finished"] [partition=p4] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/04/26 11:21:23.474 +00:00] ["end time"=2024/04/26 11:21:31.504 +00:00] [cost=8.0294878s] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
[2024/04/26 11:21:31.691 +00:00] [INFO] [analyze.go:751] ["analyze table `test`.`t1` has finished"] [partition=p5] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/04/26 11:21:23.480 +00:00] ["end time"=2024/04/26 11:21:31.669 +00:00] [cost=8.188609391s] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
[2024/04/26 11:21:33.986 +00:00] [INFO] [analyze.go:751] ["analyze table `test`.`t1` has finished"] [partition=p6] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/04/26 11:21:23.635 +00:00] ["end time"=2024/04/26 11:21:33.956 +00:00] [cost=10.321441432s] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
[2024/04/26 11:21:34.329 +00:00] [INFO] [analyze.go:751] ["analyze table `test`.`t1` has finished"] [partition=p7] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/04/26 11:21:23.639 +00:00] ["end time"=2024/04/26 11:21:34.311 +00:00] [cost=10.671827534s] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
[2024/04/26 11:21:36.489 +00:00] [INFO] [analyze.go:751] ["analyze table `test`.`t1` has finished"] [partition=p8] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/04/26 11:21:26.396 +00:00] ["end time"=2024/04/26 11:21:36.442 +00:00] [cost=10.045165189s] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
[2024/04/26 11:21:36.579 +00:00] [INFO] [analyze.go:751] ["analyze table `test`.`t1` has finished"] [partition=p9] ["job info"="analyze table all columns with 256 buckets, 500 topn, 1 samplerate"] ["start time"=2024/04/26 11:21:26.591 +00:00] ["end time"=2024/04/26 11:21:36.558 +00:00] [cost=9.966949098s] ["sample rate reason"="use min(1, 110000/10000) as the sample-rate=1"]
[2024/04/26 11:22:03.731 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 449349021227024384\n# Conn_ID: 1\n# Query_time: 41.211812614\n# Parse_time: 0.000501925\n# Compile_time: 0.065832993\n# Rewrite_time: 0.064138911\n# Optimize_time: 0.000584808\n# Wait_TS: 0.000852009\n# DB: test\n# Is_internal: false\n# Digest: 1cddc49f887bb4730681fc2ff0cfee5249cef5fc525670f96a8258ebe9ac6f3f\n# Num_cop_tasks: 0\n# Mem_max: 749718\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Warnings: [{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test.t1's partition p0, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test.t1's partition p1, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test.t1's partition p2, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test.t1's partition p3, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test.t1's partition p4, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test.t1's partition p5, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test.t1's partition p6, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test.t1's partition p7, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test.t1's partition p8, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"},{\"Level\":\"Note\",\"Message\":\"Analyze use auto adjusted sample rate 1.000000 for table test.t1's partition p9, reason to use this rate is \\\"use min(1, 110000/10000) as the sample-rate=1\\\"\"}]\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse test;\nanalyze table t1;"]
[2024/04/26 11:23:05.267 +00:00] [INFO] [session.go:3873] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=52] [cur_db=test] [sql="drop table t1"] [user=]
[2024/04/26 11:23:05.298 +00:00] [INFO] [ddl_worker.go:255] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:116, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-04-26 11:23:05.279 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/26 11:23:05.298 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:116, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-04-26 11:23:05.279 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table t1"]
[2024/04/26 11:23:05.372 +00:00] [INFO] [ddl_worker.go:1174] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=116] [conn=1] [category=ddl] [job="ID:116, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-04-26 11:23:05.279 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:23:05.398 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=395.096µs] [gotSchemaVersion=53] [phyTblIDs="[104,105,106,107,108,109,110,111,112,113,114]"] [actionTypes="[4,4,4,4,4,4,4,4,4,4,4]"] [diffTypes="[\"drop table\"]"]
[2024/04/26 11:23:05.412 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=116] [version=53]
[2024/04/26 11:23:05.413 +00:00] [INFO] [ddl_worker.go:1422] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=16.673385ms] [job="ID:116, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-04-26 11:23:05.279 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:23:05.490 +00:00] [INFO] [ddl_worker.go:1174] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=116] [conn=1] [category=ddl] [job="ID:116, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-04-26 11:23:05.279 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:23:05.517 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=292.174µs] [gotSchemaVersion=54] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"]
[2024/04/26 11:23:05.531 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=116] [version=54]
[2024/04/26 11:23:05.533 +00:00] [INFO] [ddl_worker.go:1422] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=16.948012ms] [job="ID:116, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-04-26 11:23:05.279 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:23:05.576 +00:00] [INFO] [ddl_worker.go:1174] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=116] [conn=1] [category=ddl] [job="ID:116, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-04-26 11:23:05.279 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:23:05.638 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=491.408µs] [gotSchemaVersion=55] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"]
[2024/04/26 11:23:05.651 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=116] [version=55]
[2024/04/26 11:23:05.651 +00:00] [INFO] [ddl_worker.go:1422] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=24.406088ms] [job="ID:116, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-04-26 11:23:05.279 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/26 11:23:05.732 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=116] [tableIDs="[105,106,107,108,109,110,111,112,113,114]"] [comment="drop table: partition table IDs"]
-- Test timed out at 2024-04-26 11:23:05 UTC --
================================================================================
[12,019 / 12,559] 296 / 402 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 129s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,050 / 12,690] 297 / 402 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 22 of 22); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,052 / 12,690] 297 / 402 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 22 of 22); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,059 / 12,690] 297 / 402 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 22 of 22); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,064 / 12,690] 297 / 402 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 22 of 22); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,072 / 12,696] 297 / 402 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 22 of 22); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,085 / 12,760] 298 / 402 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 22 of 22); 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,090 / 12,766] 298 / 402 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 22 of 22); 24s remote-cache, linux-sandbox ... (70 actions running)
[12,096 / 12,766] 298 / 402 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 22 of 22); 25s remote-cache, linux-sandbox ... (69 actions running)
[12,099 / 12,766] 298 / 402 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 22 of 22); 27s remote-cache, linux-sandbox ... (70 actions running)
[12,100 / 12,766] 298 / 402 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 22 of 22); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,124 / 12,821] 298 / 402 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 22 of 22); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,139 / 12,846] 299 / 402 tests; Testing //pkg/executor/internal/calibrateresource:calibrateresource_test; 24s remote-cache, linux-sandbox ... (70 actions running)
[12,144 / 12,864] 300 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,148 / 12,864] 300 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,162 / 12,864] 300 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 18s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,170 / 12,864] 301 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,178 / 12,864] 302 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,189 / 12,864] 302 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 21s remote-cache, linux-sandbox ... (70 actions running)
[12,192 / 12,864] 303 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 23s remote-cache, linux-sandbox ... (70 actions running)
[12,192 / 12,864] 303 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 24s remote-cache, linux-sandbox ... (70 actions running)
[12,207 / 12,864] 306 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 26s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,209 / 12,864] 306 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 27s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,226 / 12,864] 306 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,227 / 12,864] 306 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 29s remote-cache, linux-sandbox ... (70 actions running)
[12,234 / 12,869] 306 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 30s remote-cache, linux-sandbox ... (67 actions, 64 running)
[12,243 / 12,869] 306 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 32s remote-cache, linux-sandbox ... (69 actions running)
[12,254 / 12,920] 307 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,270 / 12,932] 307 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 34s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,276 / 12,932] 308 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,284 / 12,932] 308 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 36s remote-cache, linux-sandbox ... (70 actions running)
[12,293 / 12,932] 308 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 37s remote-cache, linux-sandbox ... (70 actions running)
[12,299 / 12,959] 308 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 39s remote-cache, linux-sandbox ... (70 actions running)
[12,302 / 12,966] 308 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 41s remote-cache, linux-sandbox ... (70 actions running)
[12,303 / 12,966] 308 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 42s remote-cache, linux-sandbox ... (70 actions running)
[12,325 / 12,966] 308 / 402 tests; Testing //pkg/store:store_test (shard 1 of 23); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,337 / 12,986] 308 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,341 / 12,986] 309 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,343 / 12,986] 309 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,349 / 13,023] 309 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,350 / 13,023] 309 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,360 / 13,023] 310 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,371 / 13,023] 310 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 44s remote-cache, linux-sandbox ... (70 actions running)
[12,378 / 13,023] 310 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,378 / 13,023] 310 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 46s remote-cache, linux-sandbox ... (70 actions running)
[12,382 / 13,023] 311 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 48s remote-cache, linux-sandbox ... (70 actions running)
[12,392 / 13,023] 311 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 50s remote-cache, linux-sandbox ... (66 actions, 63 running)
[12,394 / 13,027] 311 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 51s remote-cache, linux-sandbox ... (67 actions, 66 running)
[12,414 / 13,049] 311 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,416 / 13,049] 311 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 53s remote-cache, linux-sandbox ... (70 actions running)
[12,425 / 13,049] 311 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,426 / 13,049] 312 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,431 / 13,049] 312 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 57s remote-cache, linux-sandbox ... (67 actions, 65 running)
[12,447 / 13,049] 312 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 59s remote-cache, linux-sandbox ... (67 actions, 64 running)
[12,459 / 13,049] 312 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,461 / 13,049] 312 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 61s remote-cache, linux-sandbox ... (70 actions running)
[12,467 / 13,049] 312 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,467 / 13,049] 312 / 402 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 64s remote-cache, linux-sandbox ... (70 actions running)
[12,470 / 13,049] 313 / 402 tests; Testing //pkg/store:store_test (shard 2 of 23); 29s remote-cache, linux-sandbox ... (70 actions running)
[12,471 / 13,049] 313 / 402 tests; Testing //pkg/store:store_test (shard 2 of 23); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,476 / 13,049] 314 / 402 tests; Testing //pkg/store:store_test (shard 2 of 23); 31s remote-cache, linux-sandbox ... (70 actions running)
[12,504 / 13,049] 316 / 402 tests; Testing //pkg/store:store_test (shard 2 of 23); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,509 / 13,049] 316 / 402 tests; Testing //pkg/store:store_test (shard 2 of 23); 34s remote-cache, linux-sandbox ... (70 actions running)
[12,513 / 13,051] 317 / 402 tests; Testing //pkg/store:store_test (shard 2 of 23); 35s remote-cache, linux-sandbox ... (70 actions running)
[12,514 / 13,051] 317 / 402 tests; Testing //pkg/store:store_test (shard 2 of 23); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,522 / 13,051] 317 / 402 tests; Testing //pkg/store:store_test (shard 2 of 23); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,533 / 13,051] 319 / 402 tests; Testing //pkg/store:store_test (shard 2 of 23); 38s remote-cache, linux-sandbox ... (67 actions, 64 running)
[12,544 / 13,051] 320 / 402 tests; Testing //pkg/store:store_test (shard 2 of 23); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,551 / 13,051] 320 / 402 tests; Testing //pkg/store:store_test (shard 2 of 23); 41s remote-cache, linux-sandbox ... (70 actions running)
[12,552 / 13,051] 320 / 402 tests; Testing //pkg/store:store_test (shard 2 of 23); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,555 / 13,051] 320 / 402 tests; Testing //pkg/store:store_test (shard 2 of 23); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,555 / 13,051] 321 / 402 tests; Testing //pkg/store:store_test (shard 2 of 23); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,580 / 13,051] 322 / 402 tests; Testing //pkg/executor:executor_test (shard 1 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,591 / 13,055] 322 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,591 / 13,055] 322 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 17s remote-cache, linux-sandbox ... (70 actions running)
[12,595 / 13,078] 322 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,608 / 13,113] 322 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,615 / 13,113] 323 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 20s remote-cache, linux-sandbox ... (70 actions running)
[12,618 / 13,113] 323 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,621 / 13,113] 324 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 23s remote-cache, linux-sandbox ... (70 actions running)
[12,630 / 13,139] 324 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 24s remote-cache, linux-sandbox ... (70 actions running)
[12,631 / 13,154] 324 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,636 / 13,159] 324 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,639 / 13,159] 324 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,660 / 13,161] 324 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 29s remote-cache, linux-sandbox ... (67 actions, 66 running)
[12,664 / 13,163] 324 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 30s remote-cache, linux-sandbox ... (68 actions running)
[12,670 / 13,163] 325 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,671 / 13,163] 325 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 33s remote-cache, linux-sandbox ... (70 actions running)
[12,694 / 13,165] 327 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,703 / 13,180] 328 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 36s remote-cache, linux-sandbox ... (70 actions running)
[12,711 / 13,180] 329 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,717 / 13,180] 330 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 24s remote-cache, linux-sandbox ... (70 actions running)
[12,721 / 13,180] 330 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,733 / 13,180] 332 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 27s remote-cache, linux-sandbox ... (70 actions running)
[12,734 / 13,180] 332 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 28s remote-cache, linux-sandbox ... (70 actions running)
[12,744 / 13,180] 332 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 30s remote-cache, linux-sandbox ... (70 actions running)
[12,753 / 13,180] 333 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 32s remote-cache, linux-sandbox ... (70 actions running)
[12,754 / 13,180] 333 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 33s remote-cache, linux-sandbox ... (70 actions running)
[12,765 / 13,182] 333 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,778 / 13,205] 333 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,793 / 13,264] 333 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 37s remote-cache, linux-sandbox ... (70 actions running)
[12,799 / 13,264] 333 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,802 / 13,264] 333 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,806 / 13,264] 333 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,815 / 13,264] 335 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,819 / 13,264] 335 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,822 / 13,264] 335 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,831 / 13,264] 335 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 46s remote-cache, linux-sandbox ... (70 actions running)
[12,832 / 13,264] 335 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,847 / 13,264] 335 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 49s remote-cache, linux-sandbox ... (70 actions running)
[12,851 / 13,275] 335 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,856 / 13,275] 335 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,861 / 13,275] 335 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 54s remote-cache, linux-sandbox ... (70 actions running)
[12,861 / 13,275] 335 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,880 / 13,275] 338 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 57s remote-cache, linux-sandbox ... (70 actions running)
[12,881 / 13,275] 338 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,881 / 13,275] 338 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 60s remote-cache, linux-sandbox ... (70 actions running)
[12,888 / 13,275] 338 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 61s remote-cache, linux-sandbox ... (70 actions running)
[12,891 / 13,275] 338 / 402 tests; Testing //br/pkg/restore:restore_test (shard 14 of 50); 62s remote-cache, linux-sandbox ... (67 actions, 66 running)
[12,913 / 13,304] 340 / 402 tests; Testing //pkg/executor:executor_test (shard 6 of 50); 34s remote-cache, linux-sandbox ... (67 actions, 66 running)
[12,917 / 13,304] 340 / 402 tests; Testing //pkg/executor:executor_test (shard 6 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,920 / 13,304] 340 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 32s remote-cache, linux-sandbox ... (70 actions running)
[12,920 / 13,304] 340 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 33s remote-cache, linux-sandbox ... (70 actions running)
[12,923 / 13,313] 341 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 34s remote-cache, linux-sandbox ... (70 actions running)
[12,939 / 13,313] 342 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,947 / 13,313] 342 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 37s remote-cache, linux-sandbox ... (70 actions running)
[12,949 / 13,313] 342 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 38s remote-cache, linux-sandbox ... (70 actions running)
[12,950 / 13,313] 342 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 40s remote-cache, linux-sandbox ... (70 actions running)
[12,954 / 13,317] 343 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 41s remote-cache, linux-sandbox ... (70 actions running)
[12,966 / 13,317] 344 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,973 / 13,370] 344 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,981 / 13,370] 344 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,987 / 13,370] 345 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,992 / 13,370] 346 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,999 / 13,370] 348 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 49s remote-cache, linux-sandbox ... (70 actions running)
[13,010 / 13,370] 348 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,020 / 13,372] 348 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,023 / 13,372] 348 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 52s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,029 / 13,372] 348 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 54s remote-cache, linux-sandbox ... (70 actions running)
[13,030 / 13,372] 348 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,036 / 13,423] 349 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 56s remote-cache, linux-sandbox ... (70 actions running)
[13,047 / 13,431] 349 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,050 / 13,431] 349 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 59s remote-cache, linux-sandbox ... (70 actions running)
[13,051 / 13,431] 350 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 60s remote-cache, linux-sandbox ... (68 actions running)
[13,073 / 13,431] 351 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,080 / 13,437] 351 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 62s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,085 / 13,439] 351 / 402 tests; Testing //pkg/executor:executor_test (shard 44 of 50); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,092 / 13,452] 351 / 402 tests; Testing //pkg/executor:executor_test (shard 11 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,105 / 13,452] 352 / 402 tests; Testing //pkg/executor:executor_test (shard 11 of 50); 17s remote-cache, linux-sandbox ... (70 actions running)
[13,108 / 13,452] 352 / 402 tests; Testing //pkg/executor:executor_test (shard 11 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,119 / 13,452] 355 / 402 tests; Testing //pkg/executor:executor_test (shard 11 of 50); 19s remote-cache, linux-sandbox ... (67 actions, 64 running)
[13,124 / 13,452] 356 / 402 tests; Testing //pkg/executor:executor_test (shard 11 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,127 / 13,452] 356 / 402 tests; Testing //pkg/executor:executor_test (shard 11 of 50); 22s remote-cache, linux-sandbox ... (70 actions running)
[13,128 / 13,452] 356 / 402 tests; Testing //pkg/executor:executor_test (shard 11 of 50); 24s remote-cache, linux-sandbox ... (70 actions running)
[13,129 / 13,452] 356 / 402 tests; Testing //pkg/executor:executor_test (shard 11 of 50); 25s remote-cache, linux-sandbox ... (70 actions running)
[13,151 / 13,452] 358 / 402 tests; Testing //pkg/executor:executor_test (shard 13 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,156 / 13,452] 358 / 402 tests; Testing //pkg/executor:executor_test (shard 13 of 50); 18s remote-cache, linux-sandbox ... (70 actions running)
[13,163 / 13,457] 358 / 402 tests; Testing //pkg/executor:executor_test (shard 14 of 50); 17s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,177 / 13,545] 359 / 402 tests; Testing //pkg/executor:executor_test (shard 14 of 50); 18s remote-cache, linux-sandbox ... (70 actions running)
[13,189 / 13,545] 359 / 402 tests; Testing //pkg/executor:executor_test (shard 14 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,193 / 13,545] 360 / 402 tests; Testing //pkg/executor:executor_test (shard 14 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,200 / 13,545] 361 / 402 tests; Testing //pkg/executor:executor_test (shard 14 of 50); 22s remote-cache, linux-sandbox ... (70 actions running)
[13,206 / 13,545] 362 / 402 tests; Testing //pkg/executor:executor_test (shard 14 of 50); 23s remote-cache, linux-sandbox ... (70 actions running)
[13,208 / 13,545] 362 / 402 tests; Testing //pkg/executor:executor_test (shard 14 of 50); 24s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,219 / 13,596] 362 / 402 tests; Testing //pkg/executor:executor_test (shard 15 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,221 / 13,596] 362 / 402 tests; Testing //pkg/executor:executor_test (shard 15 of 50); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,233 / 13,650] 363 / 402 tests; Testing //pkg/executor:executor_test (shard 15 of 50); 22s remote-cache, linux-sandbox ... (70 actions running)
[13,237 / 13,652] 363 / 402 tests; Testing //pkg/executor:executor_test (shard 15 of 50); 23s remote-cache, linux-sandbox ... (67 actions, 64 running)
[13,247 / 13,652] 363 / 402 tests; Testing //pkg/executor:executor_test (shard 15 of 50); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,252 / 13,652] 363 / 402 tests; Testing //pkg/executor:executor_test (shard 15 of 50); 26s remote-cache, linux-sandbox ... (70 actions running)
[13,264 / 13,679] 363 / 402 tests; Testing //pkg/executor:executor_test (shard 15 of 50); 27s remote-cache, linux-sandbox ... (70 actions running)
[13,269 / 13,718] 363 / 402 tests; Testing //pkg/executor:executor_test (shard 15 of 50); 28s remote-cache, linux-sandbox ... (69 actions running)
[13,273 / 13,718] 364 / 402 tests; Testing //pkg/executor:executor_test (shard 15 of 50); 29s remote-cache, linux-sandbox ... (69 actions running)
[13,284 / 13,718] 365 / 402 tests; Testing //pkg/executor:executor_test (shard 15 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,290 / 13,720] 366 / 402 tests; Testing //pkg/executor:executor_test (shard 15 of 50); 32s remote-cache, linux-sandbox ... (70 actions running)
[13,293 / 13,720] 366 / 402 tests; Testing //pkg/executor:executor_test (shard 15 of 50); 33s remote-cache, linux-sandbox ... (68 actions, 67 running)
[13,308 / 13,720] 366 / 402 tests; Testing //pkg/executor:executor_test (shard 17 of 50); 23s remote-cache, linux-sandbox ... (70 actions running)
[13,317 / 13,720] 366 / 402 tests; Testing //pkg/executor:executor_test (shard 17 of 50); 24s remote-cache, linux-sandbox ... (70 actions running)
[13,320 / 13,728] 366 / 402 tests; Testing //pkg/executor:executor_test (shard 17 of 50); 25s remote-cache, linux-sandbox ... (69 actions running)
[13,327 / 13,728] 366 / 402 tests; Testing //pkg/executor:executor_test (shard 17 of 50); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,329 / 13,738] 366 / 402 tests; Testing //pkg/executor:executor_test (shard 17 of 50); 28s remote-cache, linux-sandbox ... (70 actions running)
[13,345 / 13,738] 368 / 402 tests; Testing //pkg/executor:executor_test (shard 17 of 50); 29s remote-cache, linux-sandbox ... (70 actions running)
[13,355 / 13,738] 368 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,361 / 13,738] 368 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,361 / 13,738] 368 / 402 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 20s remote-cache, linux-sandbox ... (70 actions running)
[13,377 / 13,776] 369 / 402 tests; Testing //pkg/executor:executor_test (shard 19 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,379 / 13,776] 369 / 402 tests; Testing //pkg/executor:executor_test (shard 19 of 50); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,389 / 13,783] 369 / 402 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 21s remote-cache, linux-sandbox ... (70 actions running)
[13,397 / 13,783] 370 / 402 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,405 / 13,796] 371 / 402 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 23s remote-cache, linux-sandbox ... (70 actions running)
[13,407 / 13,798] 371 / 402 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 25s remote-cache, linux-sandbox ... (70 actions running)
[13,408 / 13,798] 371 / 402 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,416 / 13,800] 371 / 402 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,418 / 13,800] 371 / 402 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,433 / 13,800] 372 / 402 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 30s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,436 / 13,812] 372 / 402 tests; Testing //pkg/session/nontransactionaltest:nontransactionaltest_test (shard 1 of 3); 31s remote-cache, linux-sandbox ... (69 actions running)
[13,446 / 13,825] 373 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 26s remote-cache, linux-sandbox ... (70 actions running)
[13,446 / 13,825] 374 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 27s remote-cache, linux-sandbox ... (70 actions running)
[13,456 / 13,825] 375 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,463 / 13,825] 375 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,475 / 13,825] 376 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,482 / 13,825] 376 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,487 / 13,825] 376 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 33s remote-cache, linux-sandbox ... (70 actions running)
[13,488 / 13,825] 376 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,490 / 13,848] 376 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 36s remote-cache, linux-sandbox ... (70 actions running)
[13,491 / 13,848] 376 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,515 / 13,848] 377 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,521 / 13,848] 377 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 40s remote-cache, linux-sandbox ... (70 actions running)
[13,522 / 13,870] 377 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,525 / 13,898] 377 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,549 / 13,912] 378 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 44s remote-cache, linux-sandbox ... (70 actions running)
[13,552 / 13,912] 378 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,556 / 13,912] 378 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,557 / 13,912] 378 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,563 / 13,912] 378 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 48s remote-cache, linux-sandbox ... (69 actions running)
[13,568 / 13,912] 379 / 402 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 50s remote-cache, linux-sandbox ... (70 actions running)
[13,581 / 13,936] 379 / 402 tests; Testing //pkg/executor:executor_test (shard 39 of 50); 13s remote-cache, linux-sandbox ... (70 actions running)
[13,582 / 13,936] 379 / 402 tests; Testing //pkg/executor:executor_test (shard 39 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,584 / 13,936] 379 / 402 tests; Testing //pkg/executor:executor_test (shard 39 of 50); 17s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,598 / 13,936] 379 / 402 tests; Testing //pkg/planner/core/tests/prepare:prepare_test (shard 15 of 24); 18s remote-cache, linux-sandbox ... (70 actions running)
[13,603 / 13,959] 379 / 402 tests; Testing //pkg/planner/core/tests/prepare:prepare_test (shard 15 of 24); 19s remote-cache, linux-sandbox ... (69 actions running)
[13,615 / 13,959] 379 / 402 tests; Testing //pkg/executor:executor_test (shard 32 of 50); 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,617 / 13,959] 379 / 402 tests; Testing //pkg/executor:executor_test (shard 32 of 50); 16s remote-cache, linux-sandbox ... (70 actions running)
[13,623 / 13,959] 379 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 31 of 45); 17s remote-cache, linux-sandbox ... (70 actions running)
[13,637 / 13,959] 379 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 31 of 45); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,644 / 13,959] 381 / 402 tests; Testing //pkg/executor:executor_test (shard 33 of 50); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,647 / 13,959] 381 / 402 tests; Testing //pkg/executor:executor_test (shard 33 of 50); 19s remote-cache, linux-sandbox ... (70 actions running)
[13,647 / 13,959] 381 / 402 tests; Testing //pkg/executor:executor_test (shard 33 of 50); 21s remote-cache, linux-sandbox ... (70 actions running)
[13,659 / 13,959] 382 / 402 tests; Testing //pkg/executor:executor_test (shard 33 of 50); 23s remote-cache, linux-sandbox ... (70 actions running)
[13,673 / 13,959] 382 / 402 tests; Testing //pkg/executor:executor_test (shard 33 of 50); 24s remote-cache, linux-sandbox ... (70 actions running)
[13,674 / 13,959] 382 / 402 tests; Testing //pkg/executor:executor_test (shard 33 of 50); 25s remote-cache, linux-sandbox ... (70 actions running)
[13,674 / 13,959] 383 / 402 tests; Testing //pkg/executor:executor_test (shard 33 of 50); 26s remote-cache, linux-sandbox ... (70 actions running)
[13,688 / 13,959] 383 / 402 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 16s remote-cache, linux-sandbox ... (70 actions running)
[13,692 / 13,959] 383 / 402 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,700 / 13,959] 384 / 402 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 18s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,710 / 13,959] 385 / 402 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 20s remote-cache, linux-sandbox ... (68 actions, 67 running)
[13,721 / 13,959] 385 / 402 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,723 / 13,959] 385 / 402 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 22s remote-cache, linux-sandbox ... (70 actions running)
[13,731 / 13,959] 385 / 402 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 24s remote-cache, linux-sandbox ... (70 actions running)
[13,731 / 13,959] 385 / 402 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 25s remote-cache, linux-sandbox ... (70 actions running)
[13,740 / 13,959] 385 / 402 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,762 / 13,959] 386 / 402 tests; GoLink pkg/server/server_test_/server_test; 9s remote-cache, linux-sandbox ... (70 actions running)
[13,764 / 13,959] 386 / 402 tests; GoLink pkg/server/server_test_/server_test; 10s remote-cache, linux-sandbox ... (70 actions running)
[13,773 / 13,959] 386 / 402 tests; GoLink pkg/server/server_test_/server_test; 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,775 / 14,010] 386 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 12s remote-cache, linux-sandbox ... (70 actions running)
[13,776 / 14,010] 386 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,802 / 14,010] 389 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,806 / 14,010] 389 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,806 / 14,010] 389 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 17s remote-cache, linux-sandbox ... (70 actions running)
[13,806 / 14,010] 389 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 20s remote-cache, linux-sandbox ... (70 actions running)
[13,827 / 14,010] 390 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 22s remote-cache, linux-sandbox ... (70 actions running)
[13,834 / 14,010] 391 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 23s remote-cache, linux-sandbox ... (70 actions running)
[13,836 / 14,010] 391 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,837 / 14,010] 391 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,843 / 14,010] 391 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,862 / 14,010] 391 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 28s remote-cache, linux-sandbox ... (70 actions running)
[13,864 / 14,010] 391 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 29s remote-cache, linux-sandbox ... (70 actions running)
[13,874 / 14,010] 392 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,875 / 14,010] 392 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 32s remote-cache, linux-sandbox ... (70 actions running)
[13,887 / 14,010] 392 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 33s remote-cache, linux-sandbox ... (70 actions running)
[13,888 / 14,010] 392 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,900 / 14,010] 392 / 402 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 36s remote-cache, linux-sandbox ... (70 actions running)
[13,907 / 14,010] 393 / 402 tests; Testing //pkg/server:server_test (shard 50 of 50); 27s remote-cache, linux-sandbox ... (70 actions running)
[13,920 / 14,010] 395 / 402 tests; Testing //pkg/server:server_test (shard 50 of 50); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,926 / 14,010] 395 / 402 tests; Testing //pkg/server:server_test (shard 50 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,938 / 14,010] 395 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,939 / 14,010] 395 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,940 / 14,010] 395 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,957 / 14,010] 395 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,967 / 14,010] 395 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 32s remote-cache, linux-sandbox ... (70 actions running)
[13,969 / 14,010] 396 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 33s remote-cache, linux-sandbox ... (70 actions running)
[13,969 / 14,010] 396 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 35s remote-cache, linux-sandbox ... (70 actions running)
[13,971 / 14,010] 396 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,972 / 14,010] 396 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 38s remote-cache, linux-sandbox ... (70 actions running)
[14,001 / 14,010] 398 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 39s remote-cache, linux-sandbox ... (18 actions running)
[14,003 / 14,010] 398 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 41s remote-cache, linux-sandbox ... (14 actions running)
[14,006 / 14,010] 399 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 42s remote-cache, linux-sandbox ... (8 actions running)
[14,007 / 14,010] 399 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 44s remote-cache, linux-sandbox ... (6 actions running)
[14,008 / 14,010] 400 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 45s remote-cache, linux-sandbox ... (4 actions running)
[14,008 / 14,010] 400 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 56s remote-cache, linux-sandbox ... (4 actions running)
[14,008 / 14,010] 401 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 59s remote-cache, linux-sandbox ... (4 actions running)
[14,009 / 14,010] 401 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 60s remote-cache, linux-sandbox
[14,009 / 14,010] 401 / 402 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 68s remote-cache, linux-sandbox
INFO: Elapsed time: 1559.225s, Critical Path: 538.34s
INFO: 13998 processes: 8709 remote cache hit, 1612 internal, 3677 linux-sandbox.
INFO: Build completed successfully, 13998 total actions
//pkg/executor/test/jointest/hashjoin:hashjoin_test                       FLAKY, failed in 1 out of 12 in 57.8s
  Stats over 12 runs: max = 57.8s, min = 41.7s, avg = 49.3s, dev = 4.8s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_11_of_11/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_10_of_11/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_9_of_11/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_8_of_11/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_7_of_11/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_1_of_11/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_6_of_11/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_2_of_11/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_5_of_11/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_3_of_11/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/jointest/hashjoin/hashjoin_test/shard_4_of_11/coverage.dat
//pkg/ddl/ingest:ingest_test                                              FLAKY, failed in 2 out of 19 in 152.7s
  Stats over 19 runs: max = 152.7s, min = 7.5s, avg = 58.8s, dev = 40.5s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_17_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_16_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_15_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_14_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_13_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_12_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_11_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_10_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_9_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_8_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_1_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_7_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_2_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_4_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_6_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_3_of_17/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ingest/ingest_test/shard_5_of_17/coverage.dat
//pkg/executor/test/indexmergereadtest:indexmergereadtest_test            FLAKY, failed in 4 out of 23 in 153.9s
  Stats over 23 runs: max = 153.9s, min = 40.4s, avg = 85.3s, dev = 38.2s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_19_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_18_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_17_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_16_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_15_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_14_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_13_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_1_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_3_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_2_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_12_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_4_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_5_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_6_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_7_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_9_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_10_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_11_of_19/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_8_of_19/coverage.dat
//pkg/bindinfo:bindinfo_test                                              FLAKY, failed in 1 out of 51 in 125.3s
  Stats over 51 runs: max = 125.3s, min = 8.5s, avg = 52.0s, dev = 16.2s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_50_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_49_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_48_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_47_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_46_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_45_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_44_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_43_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_42_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_41_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_40_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_1_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_39_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_3_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_2_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_7_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_6_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_4_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_5_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_8_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_19_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_10_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_11_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_9_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_12_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_22_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_16_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_13_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_14_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_15_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_17_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_18_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_21_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_38_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_24_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_23_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_25_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_26_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_28_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_27_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_29_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_32_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_33_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_31_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_34_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_30_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_37_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_20_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_35_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_36_of_50/coverage.dat
//pkg/ddl:ddl_test                                                        FLAKY, failed in 1 out of 51 in 58.9s
  Stats over 51 runs: max = 58.9s, min = 4.4s, avg = 25.6s, dev = 8.5s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_50_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_49_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_48_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_3_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_7_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_4_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_2_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_6_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_5_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_10_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_8_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_9_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_11_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_47_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_12_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_13_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_14_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_1_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_15_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_19_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_20_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_16_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_22_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_18_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_21_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_46_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_24_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_32_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_25_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_27_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_30_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_26_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_29_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_34_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_37_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_33_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_35_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_28_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_31_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_36_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_23_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_42_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_40_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_41_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_43_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_44_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_38_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_45_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_39_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/ddl_test/shard_17_of_50/coverage.dat
Test cases: finished with 7881 passing and 0 failing out of 7881 test cases

Executed 176 out of 402 tests: 402 tests pass.
root: /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs
complete to collect bazel result.
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log
Parse from local file: tidb/bazel-test.log
new flaky case: TestIssue31129
new flaky case: TestCaptureWildcardFilter
new flaky case: TestTwoStates
sed: -e expression #1, char 6: unterminated address regex
new flaky case: TestIndexMergePanic
sed: -e expression #1, char 6: unterminated address regex
new flaky case: TestIndexMergePanic
sed: -e expression #1, char 6: unterminated address regex
new flaky case: TestIndexMergePanic
sed: -e expression #1, char 6: unterminated address regex
new flaky case: TestIndexMergePanic
sed: -e expression #1, char 7: unterminated address regex
new flaky case: TestIntersectionWithDifferentConcurrency
sed: -e expression #1, char 7: unterminated address regex
new flaky case: TestIntersectionWithDifferentConcurrency
sed: -e expression #1, char 7: unterminated address regex
new flaky case: TestIntersectionWithDifferentConcurrency
sed: -e expression #1, char 7: unterminated address regex
new flaky case: TestIntersectionWithDifferentConcurrency
TestAddIndexIngestGeneratedColumns 143.98
TestAddIndexIngestGeneratedColumns 141.25
Output files:
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
bazel-target-output-L10043-11965.timeout.log
bazel-target-output-L12013-12796.timeout.log
bazel-target-output-L12797-13584.timeout.log
bazel-target-output-L1716-2776.fail.log
bazel-target-output-L2808-3644.fail.log
bazel-target-output-L317-1166.fail.log
bazel-target-output-L3673-5944.timeout.log
bazel-target-output-L5945-8228.timeout.log
bazel-target-output-L8248-10042.timeout.log
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 2c73c536-cb6a-4c77-b707-23c6e272ea4f' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: release-8.1' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/75/' --header 'ce-specversion: 1.0' --header 'content-type: application/json; charset=UTF-8' --data @bazel-go-test-problem-cases.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* About to connect() to cloudevents-server.apps.svc port 80 (#0)
*   Trying 10.233.31.173...
* Connected to cloudevents-server.apps.svc (10.233.31.173) port 80 (#0)
> POST /events HTTP/1.1
> User-Agent: curl/7.29.0
> Host: cloudevents-server.apps.svc
> Accept: */*
> ce-id: 2c73c536-cb6a-4c77-b707-23c6e272ea4f
> ce-source: https://do.pingcap.net/jenkins/
> ce-type: test-case-run-report
> ce-repo: pingcap/tidb
> ce-branch: release-8.1
> ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/75/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 923
> 
} [data not shown]
* upload completely sent off: 923 out of 923 bytes
< HTTP/1.1 200 OK
< Date: Fri, 26 Apr 2024 11:37:24 GMT
< Content-Length: 0
< 

100   923    0     0  100   923      0   1683 --:--:-- --:--:-- --:--:--  1681
100   923    0     0  100   923      0   1683 --:--:-- --:--:-- --:--:--  1681
* Connection #0 to host cloudevents-server.apps.svc left intact
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2024-04-26T11:37:26.807Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.5.0
[2024-04-26T11:37:26.808Z] ['info'] => Project root located at: .
[2024-04-26T11:37:26.811Z] ['info'] ->  Token found by environment variables
[2024-04-26T11:37:26.825Z] ['info'] Searching for coverage files...
[2024-04-26T11:37:29.190Z] ['info'] => Found 1 possible coverage files:
  ./coverage.dat
[2024-04-26T11:37:29.190Z] ['info'] Processing ./coverage.dat...
[2024-04-26T11:37:29.663Z] ['info'] Using manual override from args.
[2024-04-26T11:37:29.664Z] ['info'] Detected Jenkins CI as the CI provider.
[2024-04-26T11:37:29.678Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F52923&build=75&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Frelease-8.1%2Fjob%2Fghpr_unit_test%2F75%2F&commit=80ff1aa4d28db118a3706a037fa8dd921b092bb7&job=&pr=52923&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent=
[2024-04-26T11:37:30.542Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/80ff1aa4d28db118a3706a037fa8dd921b092bb7
https://storage.googleapis.com/codecov/v4/raw/2024-04-26/F6B65B6EE70BEC6C6B5E073ED3BB1A79/80ff1aa4d28db118a3706a037fa8dd921b092bb7/5f582970-d77f-4bf8-85dd-cf89a4a6e95e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240426%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240426T113730Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7c8e20a6c19bc77e86e0e123432734da74f8c9973c9cea9b19580311a0fd9323
[2024-04-26T11:37:30.542Z] ['info'] Uploading...
[2024-04-26T11:37:33.028Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/80ff1aa4d28db118a3706a037fa8dd921b092bb7"}
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS