Skip to content

Console Output

Skipping 1,287 KB.. Full Log
[2024/04/29 07:58:44.348 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:2, start time: 2024-04-29 07:58:44.346 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n        parent_table_id bigint(64) NOT NULL,\n    \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n    \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n        summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n    \tdeleted_rows bigint(64) DEFAULT NULL,\n    \terror_delete_rows bigint(64) DEFAULT NULL,\n    \tstatus varchar(64) NOT NULL,\n    \tkey(table_schema, table_name, create_time),\n    \tkey(parent_table_id, create_time),\n    \tkey(create_time)\n\t);"]
[2024/04/29 07:58:44.362 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [category=ddl] [job="ID:81, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-04-29 07:58:44.346 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.382 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=81] [job="ID:81, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:80, RowCount:0, ArgLen:0, start time: 2024-04-29 07:58:44.346 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.388 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=81]
[2024/04/29 07:58:44.388 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 07:58:44.389 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=478.196µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/29 07:58:44.390 +00:00] [INFO] [session.go:3873] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n    \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n      \tUNIQUE KEY task_key(task_key)\n\t);"] [user=]
[2024/04/29 07:58:44.395 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-04-29 07:58:44.392 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/29 07:58:44.396 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-04-29 07:58:44.392 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n    \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n      \tUNIQUE KEY task_key(task_key)\n\t);"]
[2024/04/29 07:58:44.406 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [category=ddl] [job="ID:83, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-04-29 07:58:44.392 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.420 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=83] [job="ID:83, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:0, start time: 2024-04-29 07:58:44.392 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.428 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=83]
[2024/04/29 07:58:44.428 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 07:58:44.429 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=500.543µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/29 07:58:44.429 +00:00] [INFO] [session.go:3873] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n    \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n      \tUNIQUE KEY task_key(task_key)\n\t);"] [user=]
[2024/04/29 07:58:44.436 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-04-29 07:58:44.433 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/29 07:58:44.436 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-04-29 07:58:44.433 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_global_task_history (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n    \ttask_key VARCHAR(256) NOT NULL,\n\t\ttype VARCHAR(256) NOT NULL,\n\t\tdispatcher_id VARCHAR(261),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tpriority INT DEFAULT 1,\n\t\tcreate_time TIMESTAMP,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tend_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\ttarget_scope VARCHAR(256) DEFAULT \"\",\n\t\terror BLOB,\n\t\tkey(state),\n      \tUNIQUE KEY task_key(task_key)\n\t);"]
[2024/04/29 07:58:44.450 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [category=ddl] [job="ID:85, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-04-29 07:58:44.433 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.464 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=85] [job="ID:85, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:0, start time: 2024-04-29 07:58:44.433 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.471 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=85]
[2024/04/29 07:58:44.471 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 07:58:44.471 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=489.983µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/29 07:58:44.472 +00:00] [INFO] [session.go:3873] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"] [user=]
[2024/04/29 07:58:44.477 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-04-29 07:58:44.474 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/29 07:58:44.477 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-04-29 07:58:44.474 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_import_jobs (\n\t\tid bigint(64) NOT NULL AUTO_INCREMENT,\n\t\tcreate_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n\t\tstart_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tupdate_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\tend_time TIMESTAMP(6) NULL DEFAULT NULL,\n\t\ttable_schema VARCHAR(64) NOT NULL,\n\t\ttable_name VARCHAR(64) NOT NULL,\n\t\ttable_id bigint(64) NOT NULL,\n\t\tcreated_by VARCHAR(300) NOT NULL,\n\t\tparameters text NOT NULL,\n\t\tsource_file_size bigint(64) NOT NULL,\n\t\tstatus VARCHAR(64) NOT NULL,\n\t\tstep VARCHAR(64) NOT NULL,\n\t\tsummary text DEFAULT NULL,\n\t\terror_message TEXT DEFAULT NULL,\n\t\tPRIMARY KEY (id),\n\t\tKEY (created_by),\n\t\tKEY (status));"]
[2024/04/29 07:58:44.486 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [category=ddl] [job="ID:87, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-04-29 07:58:44.474 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.503 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=87] [job="ID:87, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:0, start time: 2024-04-29 07:58:44.474 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.508 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=87]
[2024/04/29 07:58:44.508 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 07:58:44.509 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=467.377µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/29 07:58:44.509 +00:00] [INFO] [session.go:3873] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\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\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=]
[2024/04/29 07:58:44.516 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-04-29 07:58:44.513 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/29 07:58:44.516 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:89, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-04-29 07:58:44.513 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\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\tINDEX sql_index(resource_group_name,watch_text(700)) COMMENT \"accelerate the speed when select quarantined query\",\n\t\tINDEX time_index(end_time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"]
[2024/04/29 07:58:44.544 +00:00] [INFO] [ddl_worker.go:1185] ["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-29 07:58:44.513 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.561 +00:00] [INFO] [ddl_worker.go:743] ["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-29 07:58:44.513 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.566 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=89]
[2024/04/29 07:58:44.566 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 07:58:44.567 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=362.897µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/29 07:58:44.568 +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/29 07:58:44.572 +00:00] [INFO] [ddl_worker.go:259] ["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-29 07:58:44.57 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/29 07:58:44.572 +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-29 07:58:44.57 +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/29 07:58:44.585 +00:00] [INFO] [ddl_worker.go:1185] ["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-29 07:58:44.57 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.600 +00:00] [INFO] [ddl_worker.go:743] ["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-29 07:58:44.57 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.601 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig]
[2024/04/29 07:58:44.603 +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/29 07:58:44.603 +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/29 07:58:44.605 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=91]
[2024/04/29 07:58:44.605 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 07:58:44.605 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=322.236µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/29 07:58:44.606 +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/29 07:58:44.611 +00:00] [INFO] [ddl_worker.go:259] ["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-29 07:58:44.608 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/29 07:58:44.611 +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-29 07:58:44.608 +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/29 07:58:44.619 +00:00] [INFO] [ddl_worker.go:1185] ["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-29 07:58:44.608 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.639 +00:00] [INFO] [ddl_worker.go:743] ["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-29 07:58:44.608 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.645 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=93]
[2024/04/29 07:58:44.645 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 07:58:44.646 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=531.79µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/29 07:58:44.646 +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/29 07:58:44.651 +00:00] [INFO] [ddl_worker.go:259] ["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-29 07:58:44.648 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/29 07:58:44.651 +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-29 07:58:44.648 +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/29 07:58:44.661 +00:00] [INFO] [ddl_worker.go:1185] ["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-29 07:58:44.648 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.683 +00:00] [INFO] [ddl_worker.go:743] ["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-29 07:58:44.648 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.688 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=95]
[2024/04/29 07:58:44.689 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 07:58:44.689 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=434.879µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/29 07:58:44.690 +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/29 07:58:44.695 +00:00] [INFO] [ddl_worker.go:259] ["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-29 07:58:44.692 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/29 07:58:44.695 +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-29 07:58:44.692 +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/29 07:58:44.701 +00:00] [INFO] [ddl_worker.go:1185] ["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-29 07:58:44.692 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.715 +00:00] [INFO] [ddl_worker.go:743] ["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-29 07:58:44.692 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.719 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=97]
[2024/04/29 07:58:44.720 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 07:58:44.720 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=294.223µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/29 07:58:44.721 +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/29 07:58:44.725 +00:00] [INFO] [ddl_worker.go:259] ["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-29 07:58:44.723 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/29 07:58:44.725 +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-29 07:58:44.723 +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/29 07:58:44.735 +00:00] [INFO] [ddl_worker.go:1185] ["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-29 07:58:44.723 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.749 +00:00] [INFO] [ddl_worker.go:743] ["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-29 07:58:44.723 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.753 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=99]
[2024/04/29 07:58:44.753 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 07:58:44.754 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=297.937µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/29 07:58:44.754 +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/29 07:58:44.758 +00:00] [INFO] [ddl_worker.go:259] ["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-29 07:58:44.756 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/29 07:58:44.758 +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-29 07:58:44.756 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"]
[2024/04/29 07:58:44.786 +00:00] [INFO] [ddl_worker.go:1185] ["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-29 07:58:44.756 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.803 +00:00] [INFO] [ddl_worker.go:743] ["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-29 07:58:44.756 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.807 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=101]
[2024/04/29 07:58:44.807 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 07:58:44.807 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=61.152µs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"]
[2024/04/29 07:58:44.813 +00:00] [INFO] [ddl_worker.go:259] ["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-29 07:58:44.811 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/29 07:58:44.813 +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-29 07:58:44.811 +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/29 07:58:44.823 +00:00] [INFO] [ddl_worker.go:1185] ["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-29 07:58:44.811 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.836 +00:00] [INFO] [ddl_worker.go:743] ["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-29 07:58:44.811 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/29 07:58:44.846 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=103]
[2024/04/29 07:58:44.846 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/29 07:58:44.847 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=246.995µs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"]
[2024/04/29 07:58:44.891 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=2.293913952s]
[2024/04/29 07:58:44.896 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=b2a613ea-2d00-44dc-ac3d-63e54862fb2d] [ownerKey=/tidb/ddl/fg/owner]
[2024/04/29 07:58:44.896 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 07:58:44.896 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=2.539µs]
[2024/04/29 07:58:44.896 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=890ns]
[2024/04/29 07:58:44.896 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=1.194µs]
[2024/04/29 07:58:44.896 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=16.406µs]
[2024/04/29 07:58:44.896 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 07:58:44.897 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=983ns]
[2024/04/29 07:58:44.897 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 07:58:44.897 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/04/29 07:58:44.897 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl]
[2024/04/29 07:58:44.900 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=b2a613ea-2d00-44dc-ac3d-63e54862fb2d] ["take time"=8.708931ms]
[2024/04/29 07:58:44.900 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=b2a613ea-2d00-44dc-ac3d-63e54862fb2d]
[2024/04/29 07:58:44.901 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/04/29 07:58:44.901 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/04/29 07:58:44.901 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/04/29 07:58:44.901 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/04/29 07:58:44.901 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/04/29 07:58:44.901 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/04/29 07:58:44.901 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/04/29 07:58:44.901 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/04/29 07:58:44.901 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/04/29 07:58:44.901 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/04/29 07:58:44.901 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/04/29 07:58:44.901 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/04/29 07:58:44.901 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/04/29 07:58:44.902 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=9.947097ms]
[2024/04/29 07:58:44.902 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=3805b8de-8ac3-442e-8dfe-287134753d71] ["ddl lease"=0s] ["stats lease"=-1ns]
[2024/04/29 07:58:44.910 +00:00] [WARN] [controller.go:186] ["[resource group controller] server does not save config, load config failed"]
[2024/04/29 07:58:44.910 +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/29 07:58:44.924 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=13.340241ms]
[2024/04/29 07:58:44.925 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"]
[2024/04/29 07:58:44.925 +00:00] [INFO] [ddl.go:817] ["start DDL"] [category=ddl] [ID=24053125-0104-4bbf-a409-098454d43638] [runWorker=true]
[2024/04/29 07:58:44.925 +00:00] [INFO] [ddl.go:776] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true]
[2024/04/29 07:58:44.925 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false]
[2024/04/29 07:58:44.926 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl]
[2024/04/29 07:58:44.926 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false]
[2024/04/29 07:58:44.926 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop]
[2024/04/29 07:58:44.926 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop]
[2024/04/29 07:58:44.926 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper]
[2024/04/29 07:58:44.926 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/04/29 07:58:44.926 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop]
[2024/04/29 07:58:44.926 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop]
[2024/04/29 07:58:44.926 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop]
[2024/04/29 07:58:44.926 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper]
[2024/04/29 07:58:44.926 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/04/29 07:58:44.926 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop]
[2024/04/29 07:58:44.926 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."]
[2024/04/29 07:58:44.931 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/04/29 07:58:44.931 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"]
[2024/04/29 07:58:44.936 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true]
[2024/04/29 07:58:44.940 +00:00] [INFO] [controller.go:436] ["[resource group controller] create resource group cost controller"] [name=default]
[2024/04/29 07:58:44.961 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop]
[2024/04/29 07:58:44.965 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/04/29 07:58:44.967 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskCollectHandle]
[2024/04/29 07:58:44.967 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskDumpHandle]
[2024/04/29 07:58:44.967 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker]
[2024/04/29 07:58:44.967 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=HistoricalStatsWorker]
[2024/04/29 07:58:44.968 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker]
[2024/04/29 07:58:44.968 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner]
[2024/04/29 07:58:44.969 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop]
[2024/04/29 07:58:44.971 +00:00] [INFO] [domain.go:2016] ["PlanReplayerTaskCollectHandle started"]
[2024/04/29 07:58:44.971 +00:00] [INFO] [domain.go:2038] ["PlanReplayerTaskDumpHandle started"]
[2024/04/29 07:58:44.971 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"]
[2024/04/29 07:58:44.971 +00:00] [INFO] [domain.go:2103] ["HistoricalStatsWorker started"]
[2024/04/29 07:58:44.971 +00:00] [INFO] [plan_replayer.go:409] ["planReplayerTaskDumpWorker started."]
[2024/04/29 07:58:44.973 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/04/29 07:58:44.973 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/04/29 07:58:44.979 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false]
[2024/04/29 07:58:44.979 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none]
[2024/04/29 07:58:44.983 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342GiB]
[2024/04/29 07:58:44.985 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop]
[2024/04/29 07:58:44.985 +00:00] [WARN] [misc.go:464] ["Automatic TLS Certificate creation is disabled"] []
[2024/04/29 07:58:44.986 +00:00] [INFO] [http_status.go:101] ["for status and metrics report"] ["listening on addr"=127.0.0.1:0]
[2024/04/29 07:58:44.986 +00:00] [INFO] [server.go:307] ["server is running MySQL protocol"] [addr=127.0.0.1:0]
[2024/04/29 07:58:44.986 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000]
[2024/04/29 07:58:44.986 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"]
[2024/04/29 07:58:45.011 +00:00] [WARN] [misc.go:464] ["Automatic TLS Certificate creation is disabled"] []
[2024/04/29 07:58:45.012 +00:00] [INFO] [server.go:307] ["server is running MySQL protocol"] [addr=127.0.0.1:4999]
[2024/04/29 07:58:45.012 +00:00] [INFO] [server.go:342] ["server is running MySQL protocol (through PROXY protocol)"] [host=127.0.0.1]
    tidb_test.go:2946: 
        	Error Trace:	pkg/server/tests/commontest/tidb_test.go:2946
        	            				pkg/server/internal/testserverclient/server_client.go:130
        	            				pkg/server/tests/commontest/tidb_test.go:2939
        	Error:      	"2097158 root 192.168.1.2:60055 test Query 0 autocommit SHOW PROCESSLIST;" does not contain "127.0.0.1:"
        	Test:       	TestProxyProtocolWithIpFallbackable
[2024/04/29 07:58:45.231 +00:00] [INFO] [server.go:582] ["setting tidb-server to report unhealthy (shutting-down)"]
[2024/04/29 07:58:45.234 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=24053125-0104-4bbf-a409-098454d43638] [ownerKey=/tidb/ddl/fg/owner]
[2024/04/29 07:58:45.234 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 07:58:45.234 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=2.245µs]
[2024/04/29 07:58:45.234 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=1.083µs]
[2024/04/29 07:58:45.234 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=1.139µs]
[2024/04/29 07:58:45.234 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=1.175µs]
[2024/04/29 07:58:45.234 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 07:58:45.234 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=1.23µs]
[2024/04/29 07:58:45.234 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/29 07:58:45.234 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/04/29 07:58:45.234 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl]
[2024/04/29 07:58:45.234 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=24053125-0104-4bbf-a409-098454d43638] ["take time"=2.772895ms]
[2024/04/29 07:58:45.234 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=24053125-0104-4bbf-a409-098454d43638]
[2024/04/29 07:58:45.234 +00:00] [INFO] [domain.go:1025] ["stopping ttlJobManager"]
[2024/04/29 07:58:45.234 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/04/29 07:58:45.234 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/29 07:58:45.234 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/29 07:58:45.234 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/29 07:58:45.234 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/29 07:58:45.234 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/04/29 07:58:45.234 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/29 07:58:45.234 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/29 07:58:45.234 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/29 07:58:45.234 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/29 07:58:45.236 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager]
[2024/04/29 07:58:45.236 +00:00] [INFO] [domain.go:1036] ["ttlJobManager exited."]
[2024/04/29 07:58:45.236 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000]
[2024/04/29 07:58:45.236 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 07:58:45.236 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/04/29 07:58:45.236 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"]
[2024/04/29 07:58:45.236 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 07:58:45.236 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop]
[2024/04/29 07:58:45.236 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 07:58:45.236 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 07:58:45.236 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=24053125-0104-4bbf-a409-098454d43638] [ownerKey=/tidb/stats/owner]
[2024/04/29 07:58:45.237 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner]
[2024/04/29 07:58:45.236 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/29 07:58:45.236 +00:00] [INFO] [domain.go:2105] ["HistoricalStatsWorker exited."]
[2024/04/29 07:58:45.237 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=HistoricalStatsWorker]
[2024/04/29 07:58:45.236 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."]
[2024/04/29 07:58:45.236 +00:00] [INFO] [domain.go:2040] ["PlanReplayerTaskDumpHandle exited."]
[2024/04/29 07:58:45.236 +00:00] [INFO] [plan_replayer.go:413] ["planReplayerTaskDumpWorker exited."]
[2024/04/29 07:58:45.236 +00:00] [INFO] [domain.go:2020] ["PlanReplayerTaskCollectHandle exited."]
[2024/04/29 07:58:45.236 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."]
[2024/04/29 07:58:45.236 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/04/29 07:58:45.236 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."]
[2024/04/29 07:58:45.237 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."]
[2024/04/29 07:58:45.237 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=24053125-0104-4bbf-a409-098454d43638] [ownerKey=/tidb/bindinfo/owner]
[2024/04/29 07:58:45.237 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/04/29 07:58:45.237 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/04/29 07:58:45.237 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/04/29 07:58:45.237 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/04/29 07:58:45.237 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/04/29 07:58:45.237 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/04/29 07:58:45.237 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000]
[2024/04/29 07:58:45.238 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker]
[2024/04/29 07:58:45.238 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskDumpHandle]
[2024/04/29 07:58:45.238 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskCollectHandle]
[2024/04/29 07:58:45.238 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker]
[2024/04/29 07:58:45.238 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/04/29 07:58:45.238 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/04/29 07:58:45.238 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop]
[2024/04/29 07:58:45.238 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."]
[2024/04/29 07:58:45.238 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/04/29 07:58:45.238 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/04/29 07:58:45.238 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/04/29 07:58:45.239 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/04/29 07:58:45.239 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"]
[2024/04/29 07:58:45.239 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop]
[2024/04/29 07:58:45.239 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/04/29 07:58:45.240 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=8.35516ms]
[2024/04/29 07:58:45.240 +00:00] [INFO] [server.go:582] ["setting tidb-server to report unhealthy (shutting-down)"]
[2024/04/29 07:58:45.240 +00:00] [ERROR] [http_status.go:531] ["start status/rpc server error"] [error="accept tcp 127.0.0.1:39415: use of closed network connection"] [stack="github.com/pingcap/tidb/pkg/server.(*Server).startStatusServerAndRPCServer\n\tpkg/server/http_status.go:531\ngithub.com/pingcap/tidb/pkg/server.(*Server).startHTTPServer\n\tpkg/server/http_status.go:471"]
[2024/04/29 07:58:45.240 +00:00] [ERROR] [http_status.go:521] ["grpc server error"] [error="mux: server closed"] [stack="github.com/pingcap/tidb/pkg/server.(*Server).startStatusServerAndRPCServer.func1\n\tpkg/server/http_status.go:521\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\tpkg/util/misc.go:97"]
[2024/04/29 07:58:45.240 +00:00] [ERROR] [http_status.go:526] ["http server error"] [error="http: Server closed"] [stack="github.com/pingcap/tidb/pkg/server.(*Server).startStatusServerAndRPCServer.func2\n\tpkg/server/http_status.go:526\ngithub.com/pingcap/tidb/pkg/util.WithRecovery\n\tpkg/util/misc.go:97"]
[2024/04/29 07:58:45.241 +00:00] [INFO] [db.go:567] ["Closing database"]
[2024/04/29 07:58:45.241 +00:00] [INFO] [db.go:592] ["Memtable flushed"]
[2024/04/29 07:58:45.241 +00:00] [INFO] [db.go:596] ["Compaction finished"]
[2024/04/29 07:58:45.241 +00:00] [INFO] [db.go:615] ["BlobManager finished"]
[2024/04/29 07:58:45.241 +00:00] [INFO] [db.go:619] ["ResourceManager finished"]
[2024/04/29 07:58:45.241 +00:00] [INFO] [db.go:625] ["Waiting for closer"]
--- FAIL: TestProxyProtocolWithIpFallbackable (2.69s)
FAIL
coverage: 9.4% of statements
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 1
/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/11576/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/server/tests/commontest/commontest_test_/commontest_test.runfiles/__main__/pkg/server/tests/commontest/commontest_test_/commontest_test
================================================================================
[12,520 / 12,975] 317 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 135s remote-cache, linux-sandbox ... (70 actions running)
[12,520 / 12,975] 317 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 137s remote-cache, linux-sandbox ... (70 actions running)
[12,525 / 12,975] 317 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 138s remote-cache, linux-sandbox ... (70 actions running)
[12,527 / 12,975] 318 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 100s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,527 / 12,975] 318 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 101s remote-cache, linux-sandbox ... (70 actions running)
[12,528 / 12,975] 318 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 103s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,534 / 12,975] 318 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 104s remote-cache, linux-sandbox ... (70 actions running)
[12,538 / 12,977] 318 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 106s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,541 / 12,995] 319 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 107s remote-cache, linux-sandbox ... (70 actions running)
[12,543 / 12,995] 319 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 108s remote-cache, linux-sandbox ... (70 actions running)
[12,544 / 12,995] 319 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 109s remote-cache, linux-sandbox ... (70 actions running)
[12,547 / 12,995] 319 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 111s remote-cache, linux-sandbox ... (70 actions running)
[12,548 / 12,995] 319 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 112s remote-cache, linux-sandbox ... (70 actions running)
[12,549 / 12,995] 319 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 113s remote-cache, linux-sandbox ... (70 actions running)
[12,549 / 12,995] 319 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 114s remote-cache, linux-sandbox ... (70 actions running)
[12,559 / 12,997] 319 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 115s remote-cache, linux-sandbox ... (70 actions running)
[12,559 / 12,997] 319 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 117s remote-cache, linux-sandbox ... (70 actions running)
[12,563 / 12,999] 320 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 118s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,567 / 13,001] 320 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 119s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,571 / 13,001] 320 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 121s remote-cache, linux-sandbox ... (70 actions running)
[12,572 / 13,001] 320 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 122s remote-cache, linux-sandbox ... (70 actions running)
[12,573 / 13,001] 320 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 124s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,573 / 13,001] 320 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 125s remote-cache, linux-sandbox ... (70 actions running)
[12,576 / 13,001] 323 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 126s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,580 / 13,001] 323 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 128s remote-cache, linux-sandbox ... (70 actions running)
[12,581 / 13,001] 323 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 129s remote-cache, linux-sandbox ... (70 actions running)
[12,583 / 13,001] 323 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 130s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,584 / 13,001] 323 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 132s remote-cache, linux-sandbox ... (70 actions running)
[12,594 / 13,013] 323 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 134s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,599 / 13,013] 323 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 135s remote-cache, linux-sandbox ... (70 actions running)
[12,599 / 13,013] 323 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 137s remote-cache, linux-sandbox ... (70 actions running)
[12,601 / 13,013] 323 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 139s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,609 / 13,015] 323 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 140s remote-cache, linux-sandbox ... (70 actions running)
[12,609 / 13,015] 323 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 141s remote-cache, linux-sandbox ... (70 actions running)
[12,611 / 13,015] 324 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 142s remote-cache, linux-sandbox ... (70 actions running)
[12,613 / 13,015] 324 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 143s remote-cache, linux-sandbox ... (70 actions running)
[12,613 / 13,015] 324 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 145s remote-cache, linux-sandbox ... (70 actions running)
[12,615 / 13,017] 325 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 146s remote-cache, linux-sandbox ... (70 actions running)
[12,621 / 13,017] 325 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 105s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,625 / 13,017] 325 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 107s remote-cache, linux-sandbox ... (70 actions running)
[12,627 / 13,017] 327 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 108s remote-cache, linux-sandbox ... (70 actions running)
[12,632 / 13,017] 327 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 109s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,637 / 13,017] 327 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,638 / 13,017] 327 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,640 / 13,017] 327 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,644 / 13,044] 327 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 70s remote-cache, linux-sandbox ... (70 actions running)
[12,645 / 13,044] 327 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,646 / 13,044] 327 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 73s remote-cache, linux-sandbox ... (70 actions running)
[12,649 / 13,044] 327 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 75s remote-cache, linux-sandbox ... (70 actions running)
[12,650 / 13,044] 327 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 76s remote-cache, linux-sandbox ... (70 actions running)
[12,652 / 13,044] 327 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 78s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,654 / 13,044] 327 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 78s remote-cache, linux-sandbox ... (70 actions running)
[12,662 / 13,044] 327 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 79s remote-cache, linux-sandbox ... (70 actions running)
[12,663 / 13,044] 327 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 81s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,668 / 13,080] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,670 / 13,080] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 51s remote-cache, linux-sandbox ... (70 actions running)
[12,673 / 13,080] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,676 / 13,080] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 53s remote-cache, linux-sandbox ... (70 actions running)
[12,680 / 13,080] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,680 / 13,080] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,684 / 13,080] 329 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,686 / 13,131] 329 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 59s remote-cache, linux-sandbox ... (70 actions running)
[12,697 / 13,139] 330 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,701 / 13,139] 330 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,702 / 13,139] 330 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,712 / 13,141] 330 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 46s remote-cache, linux-sandbox ... (70 actions running)
[12,718 / 13,141] 330 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,720 / 13,141] 331 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 49s remote-cache, linux-sandbox ... (68 actions, 67 running)
[12,727 / 13,165] 331 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,728 / 13,165] 331 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 51s remote-cache, linux-sandbox ... (70 actions running)
[12,729 / 13,165] 331 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,733 / 13,165] 331 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,737 / 13,165] 331 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,737 / 13,165] 331 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,740 / 13,167] 331 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,752 / 13,167] 331 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 60s remote-cache, linux-sandbox ... (70 actions running)
[12,760 / 13,167] 332 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 61s remote-cache, linux-sandbox ... (67 actions, 65 running)
[12,763 / 13,167] 332 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,766 / 13,167] 333 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 64s remote-cache, linux-sandbox ... (70 actions running)
[12,766 / 13,167] 333 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 65s remote-cache, linux-sandbox ... (70 actions running)
[12,767 / 13,167] 333 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 66s remote-cache, linux-sandbox ... (70 actions running)
[12,776 / 13,167] 334 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 59s remote-cache, linux-sandbox ... (70 actions running)
[12,779 / 13,167] 334 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 60s remote-cache, linux-sandbox ... (70 actions running)
[12,782 / 13,167] 334 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 62s remote-cache, linux-sandbox ... (70 actions running)
[12,783 / 13,167] 334 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,787 / 13,167] 334 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 65s remote-cache, linux-sandbox ... (70 actions running)
[12,791 / 13,175] 334 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 66s remote-cache, linux-sandbox ... (70 actions running)
[12,793 / 13,175] 334 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,794 / 13,175] 334 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,794 / 13,175] 334 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 70s remote-cache, linux-sandbox ... (70 actions running)
[12,794 / 13,175] 334 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 71s remote-cache, linux-sandbox ... (70 actions running)
[12,799 / 13,175] 334 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,807 / 13,175] 334 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,812 / 13,175] 335 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,816 / 13,175] 335 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,819 / 13,175] 335 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,820 / 13,175] 335 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 78s remote-cache, linux-sandbox ... (70 actions running)
[12,820 / 13,175] 336 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 80s remote-cache, linux-sandbox ... (70 actions running)
[12,831 / 13,175] 337 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 81s remote-cache, linux-sandbox ... (70 actions running)
[12,837 / 13,175] 337 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 65s remote-cache, linux-sandbox ... (70 actions running)
[12,839 / 13,175] 337 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,843 / 13,175] 337 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 68s remote-cache, linux-sandbox ... (70 actions running)
[12,844 / 13,175] 337 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 69s remote-cache, linux-sandbox ... (70 actions running)
[12,854 / 13,185] 338 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 71s remote-cache, linux-sandbox ... (70 actions running)
[12,855 / 13,185] 338 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 73s remote-cache, linux-sandbox ... (70 actions running)
[12,858 / 13,185] 338 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,863 / 13,185] 338 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,868 / 13,194] 338 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 77s remote-cache, linux-sandbox ... (70 actions running)
[12,870 / 13,199] 338 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 78s remote-cache, linux-sandbox ... (70 actions running)
[12,871 / 13,199] 338 / 403 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 80s remote-cache, linux-sandbox ... (70 actions running)
[12,874 / 13,199] 339 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,878 / 13,199] 339 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 54s remote-cache, linux-sandbox ... (69 actions running)
[12,879 / 13,199] 339 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,890 / 13,203] 340 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,892 / 13,203] 340 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,896 / 13,203] 340 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 54s remote-cache, linux-sandbox ... (70 actions running)
[12,897 / 13,203] 340 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,900 / 13,203] 341 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,904 / 13,203] 342 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 57s remote-cache, linux-sandbox ... (70 actions running)
[12,909 / 13,203] 342 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 59s remote-cache, linux-sandbox ... (70 actions running)
[12,909 / 13,203] 342 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 60s remote-cache, linux-sandbox ... (70 actions running)
[12,910 / 13,203] 342 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 62s remote-cache, linux-sandbox ... (70 actions running)
[12,911 / 13,203] 342 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,923 / 13,205] 343 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,926 / 13,205] 343 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 66s remote-cache, linux-sandbox ... (70 actions running)
[12,927 / 13,205] 343 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 67s remote-cache, linux-sandbox ... (70 actions running)
[12,937 / 13,236] 343 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,942 / 13,236] 344 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,942 / 13,236] 345 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 68s remote-cache, linux-sandbox ... (70 actions running)
[12,947 / 13,236] 345 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,951 / 13,236] 345 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 71s remote-cache, linux-sandbox ... (70 actions running)
[12,951 / 13,236] 345 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 72s remote-cache, linux-sandbox ... (70 actions running)
[12,952 / 13,236] 345 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,958 / 13,238] 345 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 75s remote-cache, linux-sandbox ... (70 actions running)
[12,959 / 13,238] 345 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 77s remote-cache, linux-sandbox ... (70 actions running)
[12,965 / 13,238] 346 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 78s remote-cache, linux-sandbox ... (70 actions running)
[12,966 / 13,238] 346 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,982 / 13,302] 347 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 80s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,985 / 13,302] 347 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 81s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,992 / 13,343] 347 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 83s remote-cache, linux-sandbox ... (70 actions running)
[12,993 / 13,343] 347 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,999 / 13,343] 349 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 86s remote-cache, linux-sandbox ... (70 actions running)
[13,007 / 13,343] 349 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 88s remote-cache, linux-sandbox ... (70 actions running)
[13,007 / 13,343] 349 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 91s remote-cache, linux-sandbox ... (70 actions running)
[13,012 / 13,343] 349 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 92s remote-cache, linux-sandbox ... (70 actions running)
[13,012 / 13,343] 350 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 93s remote-cache, linux-sandbox ... (70 actions running)
[13,024 / 13,351] 351 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 95s remote-cache, linux-sandbox ... (70 actions running)
[13,026 / 13,351] 351 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 96s remote-cache, linux-sandbox ... (70 actions running)
[13,028 / 13,374] 351 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 97s remote-cache, linux-sandbox ... (70 actions running)
[13,034 / 13,388] 351 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 98s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,043 / 13,438] 351 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 99s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,045 / 13,438] 351 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 101s remote-cache, linux-sandbox ... (70 actions running)
[13,046 / 13,438] 351 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 102s remote-cache, linux-sandbox ... (69 actions running)
[13,055 / 13,438] 352 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 103s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,065 / 13,438] 352 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 105s remote-cache, linux-sandbox ... (70 actions running)
[13,066 / 13,438] 352 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 106s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,074 / 13,438] 352 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 108s remote-cache, linux-sandbox ... (70 actions running)
[13,088 / 13,438] 354 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 109s remote-cache, linux-sandbox ... (70 actions running)
[13,095 / 13,438] 354 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,099 / 13,438] 354 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,100 / 13,438] 354 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 79s remote-cache, linux-sandbox ... (70 actions running)
[13,100 / 13,438] 354 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 80s remote-cache, linux-sandbox ... (70 actions running)
[13,114 / 13,438] 354 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 81s remote-cache, linux-sandbox ... (70 actions running)
[13,115 / 13,438] 355 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 82s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,119 / 13,438] 356 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 54s remote-cache, linux-sandbox ... (70 actions running)
[13,123 / 13,446] 356 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 55s remote-cache, linux-sandbox ... (70 actions running)
[13,125 / 13,446] 356 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 57s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,139 / 13,446] 357 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 58s remote-cache, linux-sandbox ... (70 actions running)
[13,141 / 13,457] 357 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 60s remote-cache, linux-sandbox ... (70 actions running)
[13,147 / 13,457] 357 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 62s remote-cache, linux-sandbox ... (70 actions running)
[13,151 / 13,457] 358 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,166 / 13,457] 359 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,168 / 13,457] 359 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 66s remote-cache, linux-sandbox ... (70 actions running)
[13,175 / 13,457] 359 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 67s remote-cache, linux-sandbox ... (70 actions running)
[13,177 / 13,457] 359 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,191 / 13,457] 359 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,192 / 13,457] 359 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,197 / 13,457] 360 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 72s remote-cache, linux-sandbox ... (70 actions running)
[13,199 / 13,457] 360 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 50s remote-cache, linux-sandbox ... (70 actions running)
[13,200 / 13,457] 360 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,200 / 13,457] 360 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 53s remote-cache, linux-sandbox ... (70 actions running)

FLAKY: //pkg/server/tests/commontest:commontest_test (Summary)
      /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_44_of_49/test_attempts/attempt_1.log
[13,219 / 13,457] 361 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 54s remote-cache, linux-sandbox ... (70 actions running)
[13,219 / 13,457] 361 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 56s remote-cache, linux-sandbox ... (70 actions running)
[13,225 / 13,476] 361 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 57s remote-cache, linux-sandbox ... (70 actions running)
[13,227 / 13,476] 361 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,238 / 13,476] 361 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,247 / 13,522] 364 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 60s remote-cache, linux-sandbox ... (70 actions running)
[13,253 / 13,522] 364 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 61s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,255 / 13,522] 364 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 63s remote-cache, linux-sandbox ... (70 actions running)
[13,263 / 13,522] 364 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 64s remote-cache, linux-sandbox ... (70 actions running)
[13,264 / 13,522] 364 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 66s remote-cache, linux-sandbox ... (70 actions running)
[13,276 / 13,522] 365 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 67s remote-cache, linux-sandbox ... (70 actions running)
[13,276 / 13,522] 366 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 68s remote-cache, linux-sandbox ... (70 actions running)
[13,282 / 13,530] 366 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 70s remote-cache, linux-sandbox ... (70 actions running)
[13,282 / 13,530] 366 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 71s remote-cache, linux-sandbox ... (70 actions running)
[13,283 / 13,530] 367 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 72s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,303 / 13,579] 367 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,308 / 13,599] 367 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 75s remote-cache, linux-sandbox ... (70 actions running)
[13,308 / 13,599] 367 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 77s remote-cache, linux-sandbox ... (70 actions running)
[13,309 / 13,599] 368 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 79s remote-cache, linux-sandbox ... (70 actions running)
[13,333 / 13,632] 369 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 80s remote-cache, linux-sandbox ... (70 actions running)
[13,334 / 13,632] 369 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 81s remote-cache, linux-sandbox ... (70 actions running)
[13,336 / 13,683] 369 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 82s remote-cache, linux-sandbox ... (70 actions running)
[13,337 / 13,683] 369 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 85s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,337 / 13,683] 369 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 86s remote-cache, linux-sandbox ... (70 actions running)
[13,338 / 13,683] 369 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 87s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,356 / 13,683] 370 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 88s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,360 / 13,683] 370 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 89s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,360 / 13,683] 370 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 91s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,360 / 13,683] 370 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 92s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,361 / 13,683] 370 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 93s remote-cache, linux-sandbox ... (70 actions running)
[13,384 / 13,696] 370 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 94s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,389 / 13,735] 370 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 95s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,390 / 13,735] 370 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 97s remote-cache, linux-sandbox ... (70 actions running)
[13,390 / 13,735] 370 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 99s remote-cache, linux-sandbox ... (70 actions running)
[13,394 / 13,735] 370 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 100s remote-cache, linux-sandbox ... (70 actions running)
[13,398 / 13,735] 371 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 101s remote-cache, linux-sandbox ... (70 actions running)
[13,411 / 13,735] 372 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 102s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,416 / 13,735] 372 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 104s remote-cache, linux-sandbox ... (66 actions, 64 running)
[13,419 / 13,735] 372 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 105s remote-cache, linux-sandbox ... (70 actions running)
[13,424 / 13,735] 372 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 39s remote-cache, linux-sandbox ... (70 actions running)
[13,436 / 13,743] 372 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,440 / 13,745] 372 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 42s remote-cache, linux-sandbox ... (70 actions running)
[13,449 / 13,745] 372 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 43s remote-cache, linux-sandbox ... (70 actions running)
[13,453 / 13,745] 372 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,459 / 13,745] 373 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,459 / 13,745] 374 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 47s remote-cache, linux-sandbox ... (70 actions running)
[13,467 / 13,745] 375 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 48s remote-cache, linux-sandbox ... (70 actions running)
[13,474 / 13,745] 375 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 38s remote-cache, linux-sandbox ... (70 actions running)
[13,474 / 13,745] 375 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 39s remote-cache, linux-sandbox ... (70 actions running)
[13,490 / 13,763] 376 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 41s remote-cache, linux-sandbox ... (70 actions running)
[13,494 / 13,763] 376 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,500 / 13,763] 376 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,513 / 13,763] 376 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 45s remote-cache, linux-sandbox ... (70 actions running)
[13,514 / 13,763] 376 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,523 / 13,763] 376 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 48s remote-cache, linux-sandbox ... (70 actions running)
[13,523 / 13,763] 376 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 49s remote-cache, linux-sandbox ... (70 actions running)
[13,534 / 13,763] 376 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,538 / 13,774] 377 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 52s remote-cache, linux-sandbox ... (70 actions running)
[13,550 / 13,774] 377 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 24 of 33); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,556 / 13,799] 377 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 24 of 33); 31s remote-cache, linux-sandbox ... (70 actions running)
[13,562 / 13,824] 377 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 24 of 33); 32s remote-cache, linux-sandbox ... (70 actions running)
[13,563 / 13,824] 377 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 24 of 33); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,575 / 13,824] 378 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,583 / 13,824] 378 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 31s remote-cache, linux-sandbox ... (70 actions running)
[13,592 / 13,824] 378 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,594 / 13,824] 378 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 34s remote-cache, linux-sandbox ... (70 actions running)
[13,594 / 13,824] 378 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 35s remote-cache, linux-sandbox ... (70 actions running)
[13,612 / 13,824] 378 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,614 / 13,824] 378 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 38s remote-cache, linux-sandbox ... (70 actions running)
[13,615 / 13,824] 378 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,621 / 13,824] 378 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 42s remote-cache, linux-sandbox ... (70 actions running)
[13,625 / 13,875] 378 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,636 / 13,875] 379 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,649 / 13,875] 380 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,653 / 13,893] 381 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 47s remote-cache, linux-sandbox ... (70 actions running)
[13,658 / 13,895] 381 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 48s remote-cache, linux-sandbox ... (70 actions running)
[13,669 / 13,895] 381 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 50s remote-cache, linux-sandbox ... (70 actions running)
[13,670 / 13,895] 381 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,681 / 13,895] 381 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,690 / 13,895] 381 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 54s remote-cache, linux-sandbox ... (69 actions running)
[13,690 / 13,895] 381 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 55s remote-cache, linux-sandbox ... (70 actions running)
[13,690 / 13,895] 381 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 57s remote-cache, linux-sandbox ... (70 actions running)
[13,703 / 13,923] 382 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 58s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,721 / 13,932] 382 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,725 / 13,932] 382 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,732 / 13,932] 382 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 62s remote-cache, linux-sandbox ... (70 actions running)
[13,733 / 13,932] 382 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,749 / 13,932] 383 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 65s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,762 / 13,932] 383 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,766 / 13,932] 383 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 67s remote-cache, linux-sandbox ... (70 actions running)
[13,780 / 13,932] 385 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 52s remote-cache, linux-sandbox ... (70 actions running)
[13,786 / 13,932] 385 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 53s remote-cache, linux-sandbox ... (70 actions running)
[13,789 / 13,932] 385 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 55s remote-cache, linux-sandbox ... (70 actions running)
[13,789 / 13,932] 385 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 57s remote-cache, linux-sandbox ... (70 actions running)
[13,790 / 13,932] 385 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,815 / 13,934] 387 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 60s remote-cache, linux-sandbox ... (70 actions running)
[13,819 / 13,944] 387 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 62s remote-cache, linux-sandbox ... (70 actions running)
[13,823 / 13,944] 387 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 63s remote-cache, linux-sandbox ... (70 actions running)
[13,832 / 13,975] 387 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 65s remote-cache, linux-sandbox ... (66 actions, 64 running)
[13,858 / 13,975] 388 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,862 / 13,975] 388 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 67s remote-cache, linux-sandbox ... (70 actions running)
[13,864 / 13,975] 388 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 68s remote-cache, linux-sandbox ... (70 actions running)
[13,865 / 13,975] 388 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,882 / 13,975] 390 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 71s remote-cache, linux-sandbox ... (70 actions running)
[13,882 / 13,975] 390 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 73s remote-cache, linux-sandbox ... (70 actions running)
[13,893 / 13,975] 391 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 74s remote-cache, linux-sandbox ... (70 actions running)
[13,893 / 13,975] 391 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 76s remote-cache, linux-sandbox ... (70 actions running)
[13,893 / 13,975] 391 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 77s remote-cache, linux-sandbox ... (70 actions running)
[13,895 / 13,975] 391 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,922 / 13,975] 392 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 80s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,930 / 14,003] 392 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 81s remote-cache, linux-sandbox ... (70 actions running)
[13,930 / 14,003] 392 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 83s remote-cache, linux-sandbox ... (70 actions running)
[13,944 / 14,003] 393 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,955 / 14,003] 393 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 86s remote-cache, linux-sandbox ... (70 actions running)
[13,965 / 14,003] 396 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 87s remote-cache, linux-sandbox ... (70 actions running)
[13,965 / 14,003] 397 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 89s remote-cache, linux-sandbox ... (70 actions running)
[13,976 / 14,003] 398 / 403 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 30s remote-cache, linux-sandbox ... (54 actions running)
[13,976 / 14,003] 399 / 403 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 31s remote-cache, linux-sandbox ... (54 actions running)
[13,999 / 14,026] 401 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 6s remote-cache, linux-sandbox ... (54 actions running)
[13,999 / 14,026] 401 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 9s remote-cache, linux-sandbox ... (54 actions running)
[14,011 / 14,026] 402 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 10s remote-cache, linux-sandbox ... (30 actions running)
[14,022 / 14,026] 402 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 12s remote-cache, linux-sandbox ... (8 actions running)
[14,022 / 14,026] 402 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 19s remote-cache, linux-sandbox ... (8 actions running)
[14,024 / 14,026] 402 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 21s remote-cache, linux-sandbox ... (4 actions running)
[14,024 / 14,026] 402 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 27s remote-cache, linux-sandbox ... (4 actions running)
[14,025 / 14,026] 402 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 27s remote-cache, linux-sandbox
[14,025 / 14,026] 402 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 18 of 21); 34s remote-cache, linux-sandbox
INFO: Elapsed time: 1536.532s, Critical Path: 322.71s
INFO: 14014 processes: 7114 remote cache hit, 1627 internal, 5273 linux-sandbox.
INFO: Build completed successfully, 14014 total actions
//pkg/executor/sortexec:sortexec_test                                     FLAKY, failed in 1 out of 7 in 66.0s
  Stats over 7 runs: max = 66.0s, min = 2.3s, avg = 20.9s, dev = 19.2s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_6_of_6/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_5_of_6/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_4_of_6/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_3_of_6/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_2_of_6/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/sortexec/sortexec_test/shard_1_of_6/coverage.dat
//pkg/server/tests/commontest:commontest_test                             FLAKY, failed in 1 out of 50 in 21.1s
  Stats over 50 runs: max = 21.1s, min = 3.6s, avg = 5.9s, dev = 3.1s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_49_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_48_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_47_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_46_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_45_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_44_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_43_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_42_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_41_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_40_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_39_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_38_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_37_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_36_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_35_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_34_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_33_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_32_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_31_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_30_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_29_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_28_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_27_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_26_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_25_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_24_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_23_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_22_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_21_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_20_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_19_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_18_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_17_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_16_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_15_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_14_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_1_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_13_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_2_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_12_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_3_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_4_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_5_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_11_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_6_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_10_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_7_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_8_of_49/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/server/tests/commontest/commontest_test/shard_9_of_49/coverage.dat
//pkg/bindinfo:bindinfo_test                                              FLAKY, failed in 1 out of 51 in 96.3s
  Stats over 51 runs: max = 96.3s, min = 8.1s, avg = 42.8s, dev = 13.1s
  /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_1_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_49_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_4_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_5_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_7_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_9_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_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_12_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_46_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_19_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_16_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_22_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_20_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_25_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_23_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_21_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_28_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_29_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_31_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_43_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_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
  /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_42_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_40_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_38_of_50/coverage.dat
Test cases: finished with 7905 passing and 0 failing out of 7905 test cases

Executed 208 out of 403 tests: 403 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: TestCaptureFilter
new flaky case: TestParallelSortSpillDisk
new flaky case: TestProxyProtocolWithIpFallbackable
Output files:
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
bazel-target-output-L1603-3337.fail.log
bazel-target-output-L3699-4322.fail.log
bazel-target-output-L587-1487.fail.log
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: ef60822a-89a5-479d-ad13-6e59dd9824ad' --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/89/' --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: ef60822a-89a5-479d-ad13-6e59dd9824ad
> 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/89/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 467
> 
} [data not shown]
* upload completely sent off: 467 out of 467 bytes

100   467    0     0  100   467      0    460  0:00:01  0:00:01 --:--:--   461
100   467    0     0  100   467      0    231  0:00:02  0:00:02 --:--:--   231
100   467    0     0  100   467      0    154  0:00:03  0:00:03 --:--:--   154
100   467    0     0  100   467      0    116  0:00:04  0:00:04 --:--:--   116
100   467    0     0  100   467      0     93  0:00:05  0:00:05 --:--:--    93
100   467    0     0  100   467      0     77  0:00:06  0:00:06 --:--:--     0
100   467    0     0  100   467      0     66  0:00:07  0:00:07 --:--:--     0
100   467    0     0  100   467      0     58  0:00:08  0:00:08 --:--:--     0
100   467    0     0  100   467      0     51  0:00:09  0:00:09 --:--:--     0+ true
[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-29T08:12:01.860Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.5.0
[2024-04-29T08:12:01.861Z] ['info'] => Project root located at: .
[2024-04-29T08:12:01.865Z] ['info'] ->  Token found by environment variables
[2024-04-29T08:12:01.878Z] ['info'] Searching for coverage files...
[2024-04-29T08:12:04.440Z] ['info'] => Found 1 possible coverage files:
  ./coverage.dat
[2024-04-29T08:12:04.440Z] ['info'] Processing ./coverage.dat...
[2024-04-29T08:12:04.921Z] ['info'] Using manual override from args.
[2024-04-29T08:12:04.922Z] ['info'] Detected Jenkins CI as the CI provider.
[2024-04-29T08:12:04.936Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F52881&build=89&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Frelease-8.1%2Fjob%2Fghpr_unit_test%2F89%2F&commit=f00899e71a904646dad3d82247586c154b3f4eab&job=&pr=52881&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent=
[2024-04-29T08:12:05.644Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/f00899e71a904646dad3d82247586c154b3f4eab
https://storage.googleapis.com/codecov/v4/raw/2024-04-29/F6B65B6EE70BEC6C6B5E073ED3BB1A79/f00899e71a904646dad3d82247586c154b3f4eab/768c6b73-5ddb-429c-9624-7b5978ee78d0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240429%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240429T081205Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d44c8223b9c3c16ac13ca65c8070cf973323bc07677c431001c4799bf1ca36ae
[2024-04-29T08:12:05.645Z] ['info'] Uploading...
[2024-04-29T08:12:07.418Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/f00899e71a904646dad3d82247586c154b3f4eab"}
[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