Skip to content

Console Output

Skipping 550 KB.. Full Log
[2024/05/05 14:48:17.361 +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-05-05 14:48:17.352 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.369 +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-05-05 14:48:17.352 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.373 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=81]
[2024/05/05 14:48:17.373 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:17.373 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=39] [neededSchemaVersion=40] ["start time"=427.465µs] [gotSchemaVersion=40] [phyTblIDs="[80]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/05 14:48:17.374 +00:00] [INFO] [session.go:3945] ["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/05/05 14:48:17.377 +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-05-05 14:48:17.375 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/05 14:48:17.377 +00:00] [INFO] [ddl.go:1182] ["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-05-05 14:48:17.375 +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/05/05 14:48:17.382 +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-05-05 14:48:17.375 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.394 +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-05-05 14:48:17.375 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.398 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=83]
[2024/05/05 14:48:17.398 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:17.398 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=296.094µs] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/05 14:48:17.399 +00:00] [INFO] [session.go:3945] ["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/05/05 14:48:17.402 +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-05-05 14:48:17.4 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/05 14:48:17.402 +00:00] [INFO] [ddl.go:1182] ["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-05-05 14:48:17.4 +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/05/05 14:48:17.408 +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-05-05 14:48:17.4 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.415 +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-05-05 14:48:17.4 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.419 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=85]
[2024/05/05 14:48:17.419 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:17.420 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=310.216µs] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/05 14:48:17.420 +00:00] [INFO] [session.go:3945] ["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/05/05 14:48:17.423 +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-05-05 14:48:17.421 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/05 14:48:17.423 +00:00] [INFO] [ddl.go:1182] ["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-05-05 14:48:17.421 +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/05/05 14:48:17.429 +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-05-05 14:48:17.421 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.437 +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-05-05 14:48:17.421 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.441 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=87]
[2024/05/05 14:48:17.441 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:17.441 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=317.268µs] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/05 14:48:17.441 +00:00] [INFO] [session.go:3945] ["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/05/05 14:48:17.444 +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-05-05 14:48:17.443 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/05 14:48:17.444 +00:00] [INFO] [ddl.go:1182] ["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-05-05 14:48:17.443 +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/05/05 14:48:17.449 +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-05-05 14:48:17.443 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.457 +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-05-05 14:48:17.443 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.460 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=89]
[2024/05/05 14:48:17.460 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:17.461 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=331.822µs] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/05 14:48:17.461 +00:00] [INFO] [session.go:3945] ["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/05/05 14:48:17.464 +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-05-05 14:48:17.462 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/05 14:48:17.464 +00:00] [INFO] [ddl.go:1182] ["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-05-05 14:48:17.462 +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/05/05 14:48:17.470 +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-05-05 14:48:17.462 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.478 +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-05-05 14:48:17.462 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.481 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91]
[2024/05/05 14:48:17.481 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:17.482 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=224.763µs] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/05 14:48:17.482 +00:00] [INFO] [session.go:3945] ["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/05/05 14:48:17.486 +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-05-05 14:48:17.484 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/05 14:48:17.486 +00:00] [INFO] [ddl.go:1182] ["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-05-05 14:48:17.484 +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/05/05 14:48:17.486 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig]
[2024/05/05 14:48:17.488 +00:00] [WARN] [runaway.go:166] ["failed to start runaway manager loop, please check whether the bootstrap or update is finished"] [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:141\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:67\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2089\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1993\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1958\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1944\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1948\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:655\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchDoneRecord\n\tpkg/domain/runaway.go:582\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchDoneRecord\n\tpkg/domain/runaway.go:539\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchDoneRecords\n\tpkg/domain/runaway.go:513\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:184\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayStartLoop\n\tpkg/domain/runaway.go:156\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:1695"]
[2024/05/05 14:48:17.490 +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-05-05 14:48:17.484 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.499 +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-05-05 14:48:17.484 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.503 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93]
[2024/05/05 14:48:17.503 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:17.504 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=482.733µs] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/05 14:48:17.504 +00:00] [INFO] [session.go:3945] ["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/05/05 14:48:17.507 +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-05-05 14:48:17.506 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/05 14:48:17.507 +00:00] [INFO] [ddl.go:1182] ["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-05-05 14:48:17.506 +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/05/05 14:48:17.514 +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-05-05 14:48:17.506 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.521 +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-05-05 14:48:17.506 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.524 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95]
[2024/05/05 14:48:17.524 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:17.524 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=332.478µs] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/05 14:48:17.525 +00:00] [INFO] [session.go:3945] ["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/05/05 14:48:17.529 +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-05-05 14:48:17.527 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/05 14:48:17.529 +00:00] [INFO] [ddl.go:1182] ["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-05-05 14:48:17.527 +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/05/05 14:48:17.537 +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-05-05 14:48:17.527 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.548 +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-05-05 14:48:17.527 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.551 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97]
[2024/05/05 14:48:17.551 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:17.551 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=177.452µs] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/05 14:48:17.551 +00:00] [INFO] [session.go:3945] ["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/05/05 14:48:17.553 +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-05-05 14:48:17.552 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/05 14:48:17.553 +00:00] [INFO] [ddl.go:1182] ["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-05-05 14:48:17.552 +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/05/05 14:48:17.561 +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-05-05 14:48:17.552 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.567 +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-05-05 14:48:17.552 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.570 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99]
[2024/05/05 14:48:17.571 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:17.571 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=253.778µs] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/05 14:48:17.571 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=]
[2024/05/05 14:48:17.573 +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-05-05 14:48:17.572 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/05 14:48:17.574 +00:00] [INFO] [ddl.go:1182] ["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-05-05 14:48:17.572 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"]
[2024/05/05 14:48:17.580 +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-05-05 14:48:17.572 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.585 +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-05-05 14:48:17.572 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.588 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101]
[2024/05/05 14:48:17.588 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:17.588 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=68.537µs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"]
[2024/05/05 14:48:17.591 +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-05-05 14:48:17.59 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/05 14:48:17.591 +00:00] [INFO] [ddl.go:1182] ["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-05-05 14:48:17.59 +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/05/05 14:48:17.599 +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-05-05 14:48:17.59 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.604 +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-05-05 14:48:17.59 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.607 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103]
[2024/05/05 14:48:17.607 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:17.607 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=156.751µs] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"]
[2024/05/05 14:48:17.632 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=1.146357254s]
[2024/05/05 14:48:17.632 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=2431221b-7fbc-4e3c-8e63-221515095a87] [ownerKey=/tidb/ddl/fg/owner]
[2024/05/05 14:48:17.632 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/05 14:48:17.632 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=1.757µs]
[2024/05/05 14:48:17.632 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=921ns]
[2024/05/05 14:48:17.632 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=842ns]
[2024/05/05 14:48:17.632 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=885ns]
[2024/05/05 14:48:17.632 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/05 14:48:17.632 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=1.066µs]
[2024/05/05 14:48:17.632 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/05 14:48:17.632 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/05/05 14:48:17.632 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl]
[2024/05/05 14:48:17.635 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=2431221b-7fbc-4e3c-8e63-221515095a87] ["take time"=2.660349ms]
[2024/05/05 14:48:17.635 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=2431221b-7fbc-4e3c-8e63-221515095a87]
[2024/05/05 14:48:17.635 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/05/05 14:48:17.635 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/05/05 14:48:17.635 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/05 14:48:17.635 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/05/05 14:48:17.635 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/05/05 14:48:17.635 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/05/05 14:48:17.635 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/05 14:48:17.635 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop]
[2024/05/05 14:48:17.635 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/05/05 14:48:17.635 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/05/05 14:48:17.635 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/05/05 14:48:17.635 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/05 14:48:17.635 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=2.846199ms]
[2024/05/05 14:48:17.635 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=def33cd4-6c74-47cb-8736-f1179c365780] ["ddl lease"=0s] ["stats lease"=-1ns]
[2024/05/05 14:48:17.640 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"]
[2024/05/05 14:48:17.640 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"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,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"]
[2024/05/05 14:48:17.651 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=10.492138ms]
[2024/05/05 14:48:17.651 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"]
[2024/05/05 14:48:17.651 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=a5920656-d67e-40fc-ba5a-5b884d1e8203] [runWorker=true]
[2024/05/05 14:48:17.652 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true]
[2024/05/05 14:48:17.652 +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/05/05 14:48:17.652 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop]
[2024/05/05 14:48:17.652 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/05 14:48:17.652 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper]
[2024/05/05 14:48:17.652 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/05 14:48:17.652 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl]
[2024/05/05 14:48:17.652 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop]
[2024/05/05 14:48:17.652 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop]
[2024/05/05 14:48:17.652 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper]
[2024/05/05 14:48:17.652 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/05 14:48:17.652 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."]
[2024/05/05 14:48:17.652 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop]
[2024/05/05 14:48:17.652 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"]
[2024/05/05 14:48:17.652 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false]
[2024/05/05 14:48:17.652 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none]
[2024/05/05 14:48:17.655 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/05/05 14:48:17.655 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"]
[2024/05/05 14:48:17.657 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true]
[2024/05/05 14:48:17.659 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default]
[2024/05/05 14:48:17.668 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop]
[2024/05/05 14:48:17.671 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/05/05 14:48:17.672 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskCollectHandle]
[2024/05/05 14:48:17.672 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=PlanReplayerTaskDumpHandle]
[2024/05/05 14:48:17.672 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker]
[2024/05/05 14:48:17.672 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=HistoricalStatsWorker]
[2024/05/05 14:48:17.672 +00:00] [INFO] [domain.go:2016] ["PlanReplayerTaskCollectHandle started"]
[2024/05/05 14:48:17.672 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"]
[2024/05/05 14:48:17.672 +00:00] [INFO] [domain.go:2038] ["PlanReplayerTaskDumpHandle started"]
[2024/05/05 14:48:17.672 +00:00] [INFO] [plan_replayer.go:409] ["planReplayerTaskDumpWorker started."]
[2024/05/05 14:48:17.673 +00:00] [INFO] [domain.go:2103] ["HistoricalStatsWorker started"]
[2024/05/05 14:48:17.673 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker]
[2024/05/05 14:48:17.673 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner]
[2024/05/05 14:48:17.674 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop]
[2024/05/05 14:48:17.674 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/05/05 14:48:17.674 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/05/05 14:48:17.674 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB]
[2024/05/05 14:48:17.675 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop]
[2024/05/05 14:48:17.676 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000]
[2024/05/05 14:48:17.676 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"]
[2024/05/05 14:48:17.680 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1] [name=tidb_schema_cache_size] [val=1024]
[2024/05/05 14:48:17.681 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="drop table if exists ddltiflash"] [user=]
[2024/05/05 14:48:17.681 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="create table ddltiflash(z int) PARTITION BY RANGE(z) (PARTITION p0 VALUES LESS THAN (10))"] [user=]
[2024/05/05 14:48:17.684 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:106, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-05 14:48:17.683 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/05 14:48:17.684 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:106, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-05 14:48:17.683 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table ddltiflash(z int) PARTITION BY RANGE(z) (PARTITION p0 VALUES LESS THAN (10))"]
[2024/05/05 14:48:17.690 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=106] [conn=1] [category=ddl] [job="ID:106, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-05 14:48:17.683 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.699 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=106] [conn=1] [job="ID:106, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-05 14:48:17.683 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.702 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=106]
[2024/05/05 14:48:17.702 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:17.702 +00:00] [ERROR] [domain.go:291] ["failed to load schema diff"] [error="builder's (v2=true) infoschema mismatch, return error to trigger full reload"] [errorVerbose="builder's (v2=true) infoschema mismatch, return error to trigger full reload\ngithub.com/pingcap/tidb/pkg/infoschema.(*Builder).InitWithOldInfoSchema\n\tpkg/infoschema/builder.go:798\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).tryLoadSchemaDiffs\n\tpkg/domain/domain.go:459\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:276\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:606\ngithub.com/pingcap/tidb/pkg/ddl.(*DefaultCallback).OnChanged\n\tpkg/ddl/callback.go:142\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).callHookOnChanged\n\tpkg/ddl/ddl.go:1307\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).CreateTableWithInfo\n\tpkg/ddl/ddl_api.go:2890\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).CreateTable\n\tpkg/ddl/ddl_api.go:2717\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeCreateTable\n\tpkg/executor/ddl.go:268\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:160\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:960\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:794\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:559\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\tpkg/testkit/testkit.go:162\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\tpkg/testkit/testkit.go:157\npkg/ddl/tests/tiflash/tiflash_test.TestTiFlashPartitionNotAvailable\n\tpkg/ddl/tests/tiflash/ddl_tiflash_test.go:1297\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1689\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1695"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).loadInfoSchema\n\tpkg/domain/domain.go:291\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:606\ngithub.com/pingcap/tidb/pkg/ddl.(*DefaultCallback).OnChanged\n\tpkg/ddl/callback.go:142\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).callHookOnChanged\n\tpkg/ddl/ddl.go:1307\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).CreateTableWithInfo\n\tpkg/ddl/ddl_api.go:2890\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).CreateTable\n\tpkg/ddl/ddl_api.go:2717\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).executeCreateTable\n\tpkg/executor/ddl.go:268\ngithub.com/pingcap/tidb/pkg/executor.(*DDLExec).Next\n\tpkg/executor/ddl.go:160\ngithub.com/pingcap/tidb/pkg/executor/internal/exec.Next\n\tpkg/executor/internal/exec/executor.go:410\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).next\n\tpkg/executor/adapter.go:1211\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelayExecutor\n\tpkg/executor/adapter.go:960\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).handleNoDelay\n\tpkg/executor/adapter.go:794\ngithub.com/pingcap/tidb/pkg/executor.(*ExecStmt).Exec\n\tpkg/executor/adapter.go:559\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2280\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2141\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:390\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext\n\tpkg/testkit/testkit.go:162\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec\n\tpkg/testkit/testkit.go:157\npkg/ddl/tests/tiflash/tiflash_test.TestTiFlashPartitionNotAvailable\n\tpkg/ddl/tests/tiflash/ddl_tiflash_test.go:1297\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1689"]
[2024/05/05 14:48:17.727 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=25.032375ms]
[2024/05/05 14:48:17.731 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"]
[2024/05/05 14:48:17.732 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=52] [cur_db=test] [sql="alter table ddltiflash set tiflash replica 1"] [user=]
[2024/05/05 14:48:17.735 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:1, start time: 2024-05-05 14:48:17.733 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/05 14:48:17.735 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:107, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:1, start time: 2024-05-05 14:48:17.733 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="alter table ddltiflash set tiflash replica 1"]
[2024/05/05 14:48:17.740 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=107] [conn=1] [category=ddl] [job="ID:107, Type:set tiflash replica, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-05 14:48:17.733 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.741 +00:00] [INFO] [table.go:1380] ["Set TiFlash replica pd rule for partitioned table"] [category=ddl] [tableID=104]
[2024/05/05 14:48:17.741 +00:00] [INFO] [info.go:1229] [ConfigureTiFlashPDForPartitions] [tableID=104] [partID=105] [accel=false] [count=1]
[2024/05/05 14:48:17.754 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=107] [conn=1] [job="ID:107, Type:set tiflash replica, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-05 14:48:17.733 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:17.758 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=107]
[2024/05/05 14:48:17.758 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:17.766 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=8.012483ms] [gotSchemaVersion=53] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"]
[2024/05/05 14:48:18.652 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig]
[2024/05/05 14:48:18.656 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"]
[2024/05/05 14:48:18.656 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/05 14:48:18.656 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/05 14:48:18.656 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop]
[2024/05/05 14:48:18.658 +00:00] [INFO] [ddl_tiflash_api.go:523] ["Tiflash replica is not available"] [category=ddl] [tableID=105] [progress=0]
[2024/05/05 14:48:18.675 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl]
[2024/05/05 14:48:18.675 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true]
[2024/05/05 14:48:18.676 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16]
[2024/05/05 14:48:18.678 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000]
[2024/05/05 14:48:18.678 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000]
[2024/05/05 14:48:18.678 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000]
[2024/05/05 14:48:18.678 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000]
[2024/05/05 14:48:19.663 +00:00] [INFO] [ddl_tiflash_api.go:493] ["Escape checking available status due to backoff"] [category=ddl] [tableId=105]
[2024/05/05 14:48:20.670 +00:00] [INFO] [ddl_tiflash_api.go:523] ["Tiflash replica is not available"] [category=ddl] [tableID=105] [progress=0]
[2024/05/05 14:48:21.674 +00:00] [INFO] [ddl_tiflash_api.go:523] ["Tiflash replica is not available"] [category=ddl] [tableID=105] [progress=0]
[2024/05/05 14:48:22.686 +00:00] [INFO] [ddl_tiflash_api.go:493] ["Escape checking available status due to backoff"] [category=ddl] [tableId=105]
[2024/05/05 14:48:23.690 +00:00] [INFO] [ddl_tiflash_api.go:523] ["Tiflash replica is not available"] [category=ddl] [tableID=105] [progress=0]
[2024/05/05 14:48:24.696 +00:00] [INFO] [ddl_tiflash_api.go:493] ["Escape checking available status due to backoff"] [category=ddl] [tableId=105]
[2024/05/05 14:48:25.702 +00:00] [INFO] [ddl_tiflash_api.go:493] ["Escape checking available status due to backoff"] [category=ddl] [tableId=105]
[2024/05/05 14:48:26.706 +00:00] [INFO] [ddl_tiflash_api.go:526] ["Tiflash replica is available"] [category=ddl] [tableID=105] [progress=1]
[2024/05/05 14:48:26.709 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:108, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-05 14:48:26.708 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/05 14:48:26.709 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:108, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-05 14:48:26.708 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query=]
[2024/05/05 14:48:26.715 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=108] [category=ddl] [job="ID:108, Type:update tiflash replica status, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-05 14:48:26.708 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:26.715 +00:00] [INFO] [table.go:1486] ["TiFlash replica available"] [category=ddl] [tableID=104]
[2024/05/05 14:48:26.721 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=108] [job="ID:108, Type:update tiflash replica status, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-05 14:48:26.708 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/05 14:48:26.723 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=108]
[2024/05/05 14:48:26.723 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/05 14:48:26.730 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=6.60649ms] [gotSchemaVersion=54] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[]"]
[2024/05/05 14:48:35.767 +00:00] [ERROR] [tiflash_manager.go:104] ["Fail to get peer status from TiFlash."] [tableID=105] [stack="github.com/pingcap/tidb/pkg/domain/infosync.getTiFlashPeerWithoutLagCount\n\tpkg/domain/infosync/tiflash_manager.go:104\ngithub.com/pingcap/tidb/pkg/domain/infosync.calculateTiFlashProgress\n\tpkg/domain/infosync/tiflash_manager.go:132\ngithub.com/pingcap/tidb/pkg/domain/infosync.(*mockTiFlashReplicaManagerCtx).CalculateTiFlashProgress\n\tpkg/domain/infosync/tiflash_manager.go:743\ngithub.com/pingcap/tidb/pkg/domain/infosync.CalculateTiFlashProgress\n\tpkg/domain/infosync/info.go:1104\ngithub.com/pingcap/tidb/pkg/ddl.PollAvailableTableProgress\n\tpkg/ddl/ddl_tiflash_api.go:394\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).refreshTiFlashTicker\n\tpkg/ddl/ddl_tiflash_api.go:449\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).PollTiFlashRoutine\n\tpkg/ddl/ddl_tiflash_api.go:588\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157"]
[2024/05/05 14:48:35.767 +00:00] [ERROR] [tiflash_manager.go:134] ["Fail to get peer count from TiFlash."] [tableID=105] [stack="github.com/pingcap/tidb/pkg/domain/infosync.calculateTiFlashProgress\n\tpkg/domain/infosync/tiflash_manager.go:134\ngithub.com/pingcap/tidb/pkg/domain/infosync.(*mockTiFlashReplicaManagerCtx).CalculateTiFlashProgress\n\tpkg/domain/infosync/tiflash_manager.go:743\ngithub.com/pingcap/tidb/pkg/domain/infosync.CalculateTiFlashProgress\n\tpkg/domain/infosync/info.go:1104\ngithub.com/pingcap/tidb/pkg/ddl.PollAvailableTableProgress\n\tpkg/ddl/ddl_tiflash_api.go:394\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).refreshTiFlashTicker\n\tpkg/ddl/ddl_tiflash_api.go:449\ngithub.com/pingcap/tidb/pkg/ddl.(*ddl).PollTiFlashRoutine\n\tpkg/ddl/ddl_tiflash_api.go:588\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:157"]
panic: Get "http://127.0.0.1:45675/tiflash/sync-status/keyspace/4294967295/table/105": dial tcp 127.0.0.1:45675: connect: connection refused

goroutine 30274 [running]:
github.com/pingcap/tidb/pkg/ddl.PollAvailableTableProgress({0x6dc3778, 0xc01e9a4a88}, {0xc017260b48?, 0x6d27038?}, 0xc006530300)
	pkg/ddl/ddl_tiflash_api.go:401 +0xde6
github.com/pingcap/tidb/pkg/ddl.(*ddl).refreshTiFlashTicker(0xc006976480, {0x6e002b0, 0xc017260b48}, 0xc006530300)
	pkg/ddl/ddl_tiflash_api.go:449 +0x2a5
github.com/pingcap/tidb/pkg/ddl.(*ddl).PollTiFlashRoutine(0xc006976480)
	pkg/ddl/ddl_tiflash_api.go:588 +0x7da
github.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run.func1()
	pkg/util/wait_group_wrapper.go:157 +0x5c
created by github.com/pingcap/tidb/pkg/util.(*WaitGroupWrapper).Run in goroutine 149
	pkg/util/wait_group_wrapper.go:155 +0x7c
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 2
/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/12459/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test.runfiles/__main__/pkg/ddl/tests/tiflash/tiflash_test_/tiflash_test
================================================================================
[13,685 / 14,072] 361 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 59s remote-cache, linux-sandbox ... (70 actions running)
[13,689 / 14,072] 362 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 60s remote-cache, linux-sandbox ... (70 actions running)
[13,689 / 14,072] 363 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 62s remote-cache, linux-sandbox ... (70 actions running)
[13,704 / 14,072] 363 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,714 / 14,072] 363 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,717 / 14,072] 363 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 65s remote-cache, linux-sandbox ... (70 actions running)
[13,719 / 14,072] 363 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 66s remote-cache, linux-sandbox ... (70 actions running)
[13,720 / 14,072] 363 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,735 / 14,072] 363 / 411 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 69s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,741 / 14,095] 363 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 14 of 28); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,749 / 14,112] 363 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 14 of 28); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,760 / 14,138] 363 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 14 of 28); 31s remote-cache, linux-sandbox ... (69 actions running)
[13,765 / 14,138] 363 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 16 of 28); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,772 / 14,138] 365 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 17 of 28); 25s remote-cache, linux-sandbox ... (70 actions running)
[13,776 / 14,138] 365 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 17 of 28); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,791 / 14,138] 365 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 17 of 28); 28s remote-cache, linux-sandbox ... (70 actions running)
[13,796 / 14,138] 365 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 17 of 28); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,802 / 14,162] 366 / 411 tests; Testing //pkg/executor/importer:importer_test (shard 17 of 28); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,816 / 14,162] 367 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 17s remote-cache, linux-sandbox ... (69 actions running)
[13,822 / 14,162] 367 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,827 / 14,162] 367 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,831 / 14,162] 367 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,837 / 14,162] 367 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 21s remote-cache, linux-sandbox ... (70 actions running)
[13,845 / 14,162] 368 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 22s remote-cache, linux-sandbox ... (70 actions running)
[13,852 / 14,162] 368 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,858 / 14,162] 369 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,859 / 14,162] 369 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 26s remote-cache, linux-sandbox ... (70 actions running)
[13,870 / 14,162] 369 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 27s remote-cache, linux-sandbox ... (70 actions running)
[13,874 / 14,162] 369 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 28s remote-cache, linux-sandbox ... (70 actions running)
[13,879 / 14,162] 370 / 411 tests; Testing //pkg/server:server_test (shard 21 of 50); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,884 / 14,162] 370 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,891 / 14,162] 370 / 411 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 27 of 32); 27s remote-cache, linux-sandbox ... (70 actions running)
[13,902 / 14,162] 372 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 26s remote-cache, linux-sandbox ... (69 actions running)
[13,906 / 14,162] 372 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,913 / 14,162] 373 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,920 / 14,162] 374 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 25 of 25); 29s remote-cache, linux-sandbox ... (70 actions running)
[13,931 / 14,162] 374 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 28s remote-cache, linux-sandbox ... (70 actions running)
[13,933 / 14,162] 374 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,943 / 14,162] 374 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,952 / 14,162] 374 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 32s remote-cache, linux-sandbox ... (70 actions running)
[13,959 / 14,162] 374 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 33s remote-cache, linux-sandbox ... (70 actions running)
[13,969 / 14,162] 375 / 411 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,981 / 14,162] 376 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 50); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,988 / 14,162] 376 / 411 tests; Testing //pkg/server/tests/commontest:commontest_test (shard 31 of 50); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,003 / 14,162] 378 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 11s remote-cache, linux-sandbox ... (70 actions running)
[14,007 / 14,162] 378 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 12s remote-cache, linux-sandbox ... (70 actions running)
[14,017 / 14,162] 379 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,021 / 14,162] 379 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,028 / 14,162] 379 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,039 / 14,162] 380 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 17s remote-cache, linux-sandbox ... (70 actions running)
[14,049 / 14,162] 380 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,054 / 14,162] 380 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,058 / 14,162] 380 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,068 / 14,162] 380 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,070 / 14,162] 380 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 23s remote-cache, linux-sandbox ... (70 actions running)
[14,071 / 14,162] 380 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)

FLAKY: //pkg/ddl/tests/tiflash:tiflash_test (Summary)
      /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_29_of_32/test_attempts/attempt_1.log
[14,076 / 14,162] 381 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,079 / 14,162] 381 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,080 / 14,162] 381 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 28s remote-cache, linux-sandbox ... (70 actions running)
[14,081 / 14,162] 381 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 29s remote-cache, linux-sandbox ... (70 actions running)
[14,082 / 14,162] 381 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,083 / 14,162] 381 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 32s remote-cache, linux-sandbox ... (70 actions running)
[14,087 / 14,169] 381 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 1 of 25); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,088 / 14,169] 381 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 1 of 25); 26s remote-cache, linux-sandbox ... (70 actions running)
[14,091 / 14,169] 381 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 1 of 25); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,094 / 14,169] 381 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 1 of 25); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,102 / 14,209] 381 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 1 of 25); 30s remote-cache, linux-sandbox ... (70 actions running)
[14,107 / 14,241] 381 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 1 of 25); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,110 / 14,241] 381 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 2 of 25); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,117 / 14,254] 381 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 5 of 25); 32s remote-cache, linux-sandbox ... (70 actions running)
[14,121 / 14,254] 381 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 7 of 25); 33s remote-cache, linux-sandbox ... (70 actions running)
[14,123 / 14,254] 381 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 13 of 16); 34s remote-cache, linux-sandbox ... (70 actions running)
[14,126 / 14,254] 382 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 13 of 16); 36s remote-cache, linux-sandbox ... (70 actions running)
[14,131 / 14,272] 382 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 15 of 25); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,138 / 14,305] 382 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 15 of 25); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,140 / 14,305] 383 / 411 tests; Testing //pkg/store/gcworker:gcworker_test (shard 22 of 25); 33s remote-cache, linux-sandbox ... (70 actions running)
[14,141 / 14,305] 383 / 411 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 18s remote-cache, linux-sandbox ... (70 actions running)
[14,142 / 14,305] 383 / 411 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 19s remote-cache, linux-sandbox ... (70 actions running)
[14,144 / 14,348] 383 / 411 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,147 / 14,352] 383 / 411 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,148 / 14,352] 383 / 411 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 23s remote-cache, linux-sandbox ... (70 actions running)
[14,148 / 14,352] 383 / 411 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 30s remote-cache, linux-sandbox ... (70 actions running)
[14,149 / 14,352] 383 / 411 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 32s remote-cache, linux-sandbox ... (70 actions running)
[14,149 / 14,352] 383 / 411 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 34s remote-cache, linux-sandbox ... (70 actions running)
[14,149 / 14,352] 383 / 411 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 35s remote-cache, linux-sandbox ... (70 actions running)
[14,149 / 14,352] 383 / 411 tests; Testing //pkg/timer:timer_test (shard 6 of 6); 37s remote-cache, linux-sandbox ... (70 actions running)
[14,152 / 14,354] 383 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 34s remote-cache, linux-sandbox ... (70 actions running)
[14,153 / 14,354] 384 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 35s remote-cache, linux-sandbox ... (70 actions running)
[14,155 / 14,354] 384 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 36s remote-cache, linux-sandbox ... (70 actions running)
[14,156 / 14,354] 384 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 38s remote-cache, linux-sandbox ... (70 actions running)
[14,157 / 14,354] 384 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 40s remote-cache, linux-sandbox ... (70 actions running)
[14,158 / 14,354] 384 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 41s remote-cache, linux-sandbox ... (70 actions running)
[14,159 / 14,354] 384 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,161 / 14,354] 384 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 44s remote-cache, linux-sandbox ... (70 actions running)
[14,161 / 14,354] 384 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 46s remote-cache, linux-sandbox ... (70 actions running)
[14,166 / 14,354] 384 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,170 / 14,354] 384 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,173 / 14,354] 384 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 50s remote-cache, linux-sandbox ... (70 actions running)
[14,175 / 14,358] 384 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 19); 51s remote-cache, linux-sandbox ... (70 actions running)
[14,183 / 14,358] 384 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 4 of 12); 46s remote-cache, linux-sandbox ... (70 actions running)
[14,186 / 14,358] 384 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 6 of 12); 47s remote-cache, linux-sandbox ... (70 actions running)
[14,189 / 14,379] 384 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,190 / 14,379] 384 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 47s remote-cache, linux-sandbox ... (70 actions running)
[14,190 / 14,379] 384 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 11 of 12); 55s remote-cache, linux-sandbox ... (70 actions running)
[14,191 / 14,379] 385 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 50s remote-cache, linux-sandbox ... (70 actions running)
[14,191 / 14,379] 385 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 58s remote-cache, linux-sandbox ... (70 actions running)
[14,193 / 14,379] 385 / 411 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,194 / 14,379] 385 / 411 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,194 / 14,379] 385 / 411 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 53s remote-cache, linux-sandbox ... (70 actions running)
[14,196 / 14,379] 386 / 411 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,200 / 14,379] 387 / 411 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,204 / 14,379] 387 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 4 of 5); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,204 / 14,379] 387 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 4 of 5); 43s remote-cache, linux-sandbox ... (70 actions running)
[14,204 / 14,379] 387 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 4 of 5); 44s remote-cache, linux-sandbox ... (70 actions running)
[14,208 / 14,379] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,213 / 14,379] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,215 / 14,379] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,216 / 14,379] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 43s remote-cache, linux-sandbox ... (70 actions running)
[14,217 / 14,379] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,224 / 14,379] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,226 / 14,379] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,230 / 14,383] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 48s remote-cache, linux-sandbox ... (70 actions running)
[14,233 / 14,392] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 49s remote-cache, linux-sandbox ... (70 actions running)
[14,234 / 14,392] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,234 / 14,392] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 55s remote-cache, linux-sandbox ... (70 actions running)
[14,236 / 14,392] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,236 / 14,392] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 58s remote-cache, linux-sandbox ... (70 actions running)
[14,236 / 14,392] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 68s remote-cache, linux-sandbox ... (70 actions running)
[14,237 / 14,392] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 69s remote-cache, linux-sandbox ... (70 actions running)
[14,238 / 14,392] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,240 / 14,392] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 72s remote-cache, linux-sandbox ... (70 actions running)
[14,241 / 14,392] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,241 / 14,392] 387 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 76s remote-cache, linux-sandbox ... (70 actions running)
[14,242 / 14,392] 388 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,244 / 14,392] 388 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 78s remote-cache, linux-sandbox ... (70 actions running)
[14,245 / 14,392] 388 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 80s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,250 / 14,392] 388 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 81s remote-cache, linux-sandbox ... (70 actions running)
[14,253 / 14,392] 388 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 83s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,255 / 14,392] 388 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 84s remote-cache, linux-sandbox ... (70 actions running)
[14,258 / 14,392] 388 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 85s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,262 / 14,426] 388 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 86s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,263 / 14,426] 388 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 87s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,265 / 14,426] 389 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 89s remote-cache, linux-sandbox ... (70 actions running)
[14,265 / 14,426] 389 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 90s remote-cache, linux-sandbox ... (70 actions running)
[14,267 / 14,426] 389 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 91s remote-cache, linux-sandbox ... (70 actions running)
[14,269 / 14,426] 389 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,270 / 14,426] 389 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 55s remote-cache, linux-sandbox ... (70 actions running)
[14,271 / 14,426] 389 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 56s remote-cache, linux-sandbox ... (70 actions running)
[14,272 / 14,426] 389 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,274 / 14,426] 389 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 54s remote-cache, linux-sandbox ... (70 actions running)
[14,274 / 14,426] 389 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 55s remote-cache, linux-sandbox ... (70 actions running)
[14,275 / 14,426] 389 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 56s remote-cache, linux-sandbox ... (70 actions running)
[14,275 / 14,426] 389 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 58s remote-cache, linux-sandbox ... (70 actions running)
[14,276 / 14,426] 389 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 60s remote-cache, linux-sandbox ... (70 actions running)
[14,276 / 14,426] 390 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 66s remote-cache, linux-sandbox ... (70 actions running)
[14,278 / 14,426] 390 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,278 / 14,426] 390 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 69s remote-cache, linux-sandbox ... (70 actions running)
[14,278 / 14,426] 390 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 70s remote-cache, linux-sandbox ... (70 actions running)
[14,280 / 14,426] 391 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 71s remote-cache, linux-sandbox ... (70 actions running)
[14,281 / 14,426] 391 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,281 / 14,426] 391 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 74s remote-cache, linux-sandbox ... (70 actions running)
[14,283 / 14,426] 391 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 24 of 32); 40s remote-cache, linux-sandbox ... (70 actions running)
[14,286 / 14,426] 391 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,287 / 14,426] 391 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,290 / 14,426] 391 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,291 / 14,426] 391 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 45s remote-cache, linux-sandbox ... (70 actions running)
[14,293 / 14,432] 392 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,296 / 14,432] 392 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,297 / 14,432] 392 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 49s remote-cache, linux-sandbox ... (70 actions running)
[14,297 / 14,432] 392 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 50s remote-cache, linux-sandbox ... (70 actions running)
[14,300 / 14,432] 392 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,302 / 14,432] 393 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 49s remote-cache, linux-sandbox ... (70 actions running)
[14,303 / 14,432] 393 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 51s remote-cache, linux-sandbox ... (70 actions running)
[14,305 / 14,432] 394 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 52s remote-cache, linux-sandbox ... (70 actions running)
[14,305 / 14,432] 394 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 53s remote-cache, linux-sandbox ... (70 actions running)
[14,309 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 54s remote-cache, linux-sandbox ... (70 actions running)
[14,310 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 55s remote-cache, linux-sandbox ... (70 actions running)
[14,311 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,311 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 60s remote-cache, linux-sandbox ... (70 actions running)
[14,312 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 62s remote-cache, linux-sandbox ... (70 actions running)
[14,312 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 68s remote-cache, linux-sandbox ... (70 actions running)
[14,313 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 70s remote-cache, linux-sandbox ... (70 actions running)
[14,314 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,314 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 73s remote-cache, linux-sandbox ... (70 actions running)
[14,315 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 74s remote-cache, linux-sandbox ... (70 actions running)
[14,316 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 75s remote-cache, linux-sandbox ... (70 actions running)
[14,317 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,321 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,323 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,325 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 78s remote-cache, linux-sandbox ... (68 actions running)
[14,325 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 79s remote-cache, linux-sandbox ... (70 actions running)
[14,326 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 80s remote-cache, linux-sandbox ... (70 actions running)
[14,326 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 81s remote-cache, linux-sandbox ... (70 actions running)
[14,327 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 82s remote-cache, linux-sandbox ... (70 actions running)
[14,331 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 84s remote-cache, linux-sandbox ... (70 actions running)
[14,332 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 85s remote-cache, linux-sandbox ... (70 actions running)
[14,333 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 86s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,334 / 14,438] 395 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 88s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,337 / 14,444] 396 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 89s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,339 / 14,444] 396 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 90s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,341 / 14,444] 396 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 91s remote-cache, linux-sandbox ... (70 actions running)
[14,341 / 14,444] 396 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 92s remote-cache, linux-sandbox ... (70 actions running)
[14,343 / 14,444] 397 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 93s remote-cache, linux-sandbox ... (70 actions running)
[14,346 / 14,446] 397 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 94s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,347 / 14,446] 397 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 96s remote-cache, linux-sandbox ... (70 actions running)
[14,349 / 14,446] 397 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 98s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,351 / 14,446] 398 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,351 / 14,446] 398 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 65s remote-cache, linux-sandbox ... (70 actions running)
[14,352 / 14,455] 398 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,353 / 14,455] 398 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 68s remote-cache, linux-sandbox ... (70 actions running)
[14,354 / 14,455] 398 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,354 / 14,455] 398 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 72s remote-cache, linux-sandbox ... (70 actions running)
[14,355 / 14,455] 398 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 73s remote-cache, linux-sandbox ... (70 actions running)
[14,356 / 14,455] 398 / 411 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 74s remote-cache, linux-sandbox ... (70 actions running)
[14,357 / 14,455] 398 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 2 of 42); 41s remote-cache, linux-sandbox ... (70 actions running)
[14,357 / 14,455] 398 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 2 of 42); 43s remote-cache, linux-sandbox ... (70 actions running)
[14,358 / 14,455] 398 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 2 of 42); 44s remote-cache, linux-sandbox ... (70 actions running)
[14,365 / 14,467] 399 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 2 of 42); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,368 / 14,467] 399 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 1 of 5); 42s remote-cache, linux-sandbox ... (70 actions running)
[14,369 / 14,467] 399 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 1 of 5); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,369 / 14,467] 399 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 1 of 5); 45s remote-cache, linux-sandbox ... (70 actions running)
[14,369 / 14,467] 399 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 1 of 5); 47s remote-cache, linux-sandbox ... (70 actions running)
[14,371 / 14,467] 399 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 47s remote-cache, linux-sandbox ... (70 actions running)
[14,372 / 14,467] 399 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,373 / 14,467] 399 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,373 / 14,467] 399 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 51s remote-cache, linux-sandbox ... (70 actions running)
[14,375 / 14,467] 399 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 52s remote-cache, linux-sandbox ... (70 actions running)
[14,376 / 14,467] 399 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 53s remote-cache, linux-sandbox ... (70 actions running)
[14,377 / 14,467] 399 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 54s remote-cache, linux-sandbox ... (70 actions running)
[14,379 / 14,467] 399 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 55s remote-cache, linux-sandbox ... (70 actions running)
[14,381 / 14,467] 399 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,381 / 14,467] 399 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 58s remote-cache, linux-sandbox ... (70 actions running)
[14,382 / 14,467] 400 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 59s remote-cache, linux-sandbox ... (70 actions running)
[14,383 / 14,467] 400 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,383 / 14,467] 400 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 63s remote-cache, linux-sandbox ... (70 actions running)
[14,384 / 14,467] 400 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,384 / 14,467] 400 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 66s remote-cache, linux-sandbox ... (70 actions running)
[14,385 / 14,467] 400 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 67s remote-cache, linux-sandbox ... (70 actions running)
[14,386 / 14,467] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 69s remote-cache, linux-sandbox ... (70 actions running)
[14,388 / 14,467] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 70s remote-cache, linux-sandbox ... (70 actions running)
[14,389 / 14,467] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 71s remote-cache, linux-sandbox ... (70 actions running)
[14,390 / 14,467] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 72s remote-cache, linux-sandbox ... (70 actions running)
[14,392 / 14,479] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 73s remote-cache, linux-sandbox ... (70 actions running)
[14,393 / 14,479] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,393 / 14,479] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 76s remote-cache, linux-sandbox ... (70 actions running)
[14,395 / 14,479] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,399 / 14,479] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 53s remote-cache, linux-sandbox ... (70 actions running)
[14,399 / 14,479] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 56s remote-cache, linux-sandbox ... (70 actions running)
[14,400 / 14,479] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 57s remote-cache, linux-sandbox ... (70 actions running)
[14,400 / 14,479] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 58s remote-cache, linux-sandbox ... (70 actions running)
[14,404 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,404 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 47s remote-cache, linux-sandbox ... (70 actions running)
[14,405 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 48s remote-cache, linux-sandbox ... (70 actions running)
[14,406 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 50s remote-cache, linux-sandbox ... (70 actions running)
[14,406 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 51s remote-cache, linux-sandbox ... (70 actions running)
[14,407 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 53s remote-cache, linux-sandbox ... (70 actions running)
[14,407 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 54s remote-cache, linux-sandbox ... (70 actions running)
[14,409 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,413 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,414 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 58s remote-cache, linux-sandbox ... (70 actions running)
[14,415 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 59s remote-cache, linux-sandbox ... (70 actions running)
[14,416 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,416 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 65s remote-cache, linux-sandbox ... (70 actions running)
[14,417 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,417 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 70s remote-cache, linux-sandbox ... (70 actions running)
[14,417 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 72s remote-cache, linux-sandbox ... (70 actions running)
[14,419 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,420 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 75s remote-cache, linux-sandbox ... (70 actions running)
[14,423 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,424 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 78s remote-cache, linux-sandbox ... (70 actions running)
[14,425 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,426 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 80s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,426 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 82s remote-cache, linux-sandbox ... (70 actions running)
[14,427 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,434 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 85s remote-cache, linux-sandbox ... (70 actions running)
[14,436 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 86s remote-cache, linux-sandbox ... (70 actions running)
[14,436 / 14,508] 401 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 89s remote-cache, linux-sandbox ... (70 actions running)
[14,438 / 14,508] 401 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,438 / 14,508] 401 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 81s remote-cache, linux-sandbox ... (70 actions running)
[14,440 / 14,508] 401 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 82s remote-cache, linux-sandbox ... (70 actions running)
[14,441 / 14,508] 401 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 83s remote-cache, linux-sandbox ... (70 actions running)
[14,441 / 14,508] 401 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 84s remote-cache, linux-sandbox ... (70 actions running)
[14,444 / 14,508] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 85s remote-cache, linux-sandbox ... (70 actions running)
[14,444 / 14,508] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 86s remote-cache, linux-sandbox ... (70 actions running)
[14,446 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 87s remote-cache, linux-sandbox ... (70 actions running)
[14,447 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 89s remote-cache, linux-sandbox ... (70 actions running)
[14,448 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 90s remote-cache, linux-sandbox ... (70 actions running)
[14,448 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 92s remote-cache, linux-sandbox ... (70 actions running)
[14,449 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 93s remote-cache, linux-sandbox ... (70 actions running)
[14,451 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 94s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,451 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 96s remote-cache, linux-sandbox ... (70 actions running)
[14,451 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 103s remote-cache, linux-sandbox ... (70 actions running)
[14,453 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 104s remote-cache, linux-sandbox ... (70 actions running)
[14,454 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 105s remote-cache, linux-sandbox ... (69 actions running)
[14,455 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 106s remote-cache, linux-sandbox ... (70 actions running)
[14,457 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,458 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 63s remote-cache, linux-sandbox ... (70 actions running)
[14,458 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 64s remote-cache, linux-sandbox ... (70 actions running)
[14,458 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 66s remote-cache, linux-sandbox ... (70 actions running)
[14,469 / 14,521] 403 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 67s remote-cache, linux-sandbox ... (70 actions running)
[14,469 / 14,521] 404 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 69s remote-cache, linux-sandbox ... (70 actions running)
[14,472 / 14,521] 405 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 70s remote-cache, linux-sandbox ... (70 actions running)
[14,472 / 14,521] 405 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 71s remote-cache, linux-sandbox ... (70 actions running)
[14,473 / 14,521] 405 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 72s remote-cache, linux-sandbox ... (70 actions running)
[14,473 / 14,521] 405 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 75s remote-cache, linux-sandbox ... (70 actions running)
[14,473 / 14,521] 405 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 77s remote-cache, linux-sandbox ... (70 actions running)
[14,478 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 46s remote-cache, linux-sandbox ... (70 actions running)
[14,480 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,481 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,482 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 50s remote-cache, linux-sandbox ... (70 actions running)
[14,483 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 4 of 11); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,483 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 4 of 11); 39s remote-cache, linux-sandbox ... (70 actions running)
[14,483 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 4 of 11); 41s remote-cache, linux-sandbox ... (70 actions running)
[14,484 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 42s remote-cache, linux-sandbox ... (70 actions running)
[14,485 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 44s remote-cache, linux-sandbox ... (70 actions running)
[14,486 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 46s remote-cache, linux-sandbox ... (70 actions running)
[14,487 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 47s remote-cache, linux-sandbox ... (68 actions running)
[14,488 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 50s remote-cache, linux-sandbox ... (66 actions running)
[14,488 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 53s remote-cache, linux-sandbox ... (66 actions running)
[14,489 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 54s remote-cache, linux-sandbox ... (64 actions running)
[14,492 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 56s remote-cache, linux-sandbox ... (58 actions running)
[14,493 / 14,521] 406 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 58s remote-cache, linux-sandbox ... (56 actions running)
[14,493 / 14,521] 407 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 59s remote-cache, linux-sandbox ... (56 actions running)
[14,499 / 14,521] 407 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 61s remote-cache, linux-sandbox ... (44 actions running)
[14,503 / 14,521] 408 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 63s remote-cache, linux-sandbox ... (36 actions running)
[14,504 / 14,521] 408 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 65s remote-cache, linux-sandbox ... (34 actions running)
[14,505 / 14,521] 408 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 67s remote-cache, linux-sandbox ... (32 actions running)
[14,510 / 14,521] 408 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 49s remote-cache, linux-sandbox ... (22 actions running)
[14,510 / 14,521] 408 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 50s remote-cache, linux-sandbox ... (22 actions running)
[14,511 / 14,521] 408 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 52s remote-cache, linux-sandbox ... (20 actions running)
[14,511 / 14,521] 408 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 54s remote-cache, linux-sandbox ... (20 actions running)
[14,515 / 14,521] 409 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 55s remote-cache, linux-sandbox ... (12 actions running)
[14,518 / 14,521] 409 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 57s remote-cache, linux-sandbox ... (6 actions running)
[14,519 / 14,521] 409 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 59s remote-cache, linux-sandbox ... (4 actions running)
[14,520 / 14,521] 410 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 61s remote-cache, linux-sandbox
[14,520 / 14,521] 410 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 69s remote-cache, linux-sandbox
[14,520 / 14,521] 411 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 75s remote-cache, linux-sandbox
INFO: Elapsed time: 1522.550s, Critical Path: 448.36s
INFO: 14509 processes: 6 remote cache hit, 1658 internal, 12845 linux-sandbox.
INFO: Build completed successfully, 14509 total actions
//pkg/privilege/privileges/ldap:ldap_test                                 FLAKY, failed in 2 out of 6 in 3.1s
  Stats over 6 runs: max = 3.1s, min = 0.7s, avg = 1.6s, dev = 0.8s
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_1_of_4/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_4_of_4/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_3_of_4/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/privilege/privileges/ldap/ldap_test/shard_2_of_4/coverage.dat
//pkg/disttask/framework/storage:storage_test                             FLAKY, failed in 1 out of 23 in 37.9s
  Stats over 23 runs: max = 37.9s, min = 6.8s, avg = 32.3s, dev = 5.6s
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_22_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_21_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_1_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_2_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_4_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_3_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_20_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_5_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_6_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_8_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_7_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_9_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_10_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_19_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_12_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_13_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_15_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_14_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_16_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_17_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_11_of_22/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_18_of_22/coverage.dat
//pkg/ddl/tests/tiflash:tiflash_test                                      FLAKY, failed in 1 out of 33 in 30.2s
  Stats over 33 runs: max = 30.2s, min = 2.6s, avg = 12.0s, dev = 7.5s
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_32_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_31_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_30_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_1_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_2_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_29_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_3_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_28_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_5_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_4_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_8_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_6_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_11_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_27_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_13_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_12_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_9_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_14_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_19_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_18_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_20_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_7_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_10_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_21_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_16_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_15_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_17_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_22_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_26_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_23_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_25_of_32/coverage.dat
  /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/tiflash/tiflash_test/shard_24_of_32/coverage.dat
Test cases: finished with 7964 passing and 0 failing out of 7964 test cases

Executed 411 out of 411 tests: 411 tests pass.
root: /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/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/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: TestConnectWithTLS11
new flaky case: TestConnectThrough636
new flaky case: TestSubtaskHistoryTable
new flaky case: TestTiFlashPartitionNotAvailable
Output files:
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
bazel-target-output-L1879-2468.fatal.log
bazel-target-output-L216-258.fail.log
bazel-target-output-L264-316.fail.log
bazel-target-output-L746-1552.fail.log
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 352ec207-485a-4ba6-a5e5-8d0f7cca3412' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: master' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8898/' --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: 352ec207-485a-4ba6-a5e5-8d0f7cca3412
> ce-source: https://do.pingcap.net/jenkins/
> ce-type: test-case-run-report
> ce-repo: pingcap/tidb
> ce-branch: master
> ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8898/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 558
> 
} [data not shown]
* upload completely sent off: 558 out of 558 bytes

100   558    0     0  100   558      0    554  0:00:01  0:00:01 --:--:--   554
100   558    0     0  100   558      0    277  0:00:02  0:00:02 --:--:--   278
100   558    0     0  100   558      0    185  0:00:03  0:00:03 --:--:--   185
100   558    0     0  100   558      0    139  0:00:04  0:00:04 --:--:--   139
100   558    0     0  100   558      0    111  0:00:05  0:00:05 --:--:--   111
100   558    0     0  100   558      0     92  0:00:06  0:00:06 --:--:--     0
100   558    0     0  100   558      0     79  0:00:07  0:00:07 --:--:--     0
100   558    0     0  100   558      0     69  0:00:08  0:00:08 --:--:--     0
100   558    0     0  100   558      0     61  0:00:09  0:00:09 --:--:--     0+ true
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2024-05-05T15:03:24.527Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.5.0
[2024-05-05T15:03:24.528Z] ['info'] => Project root located at: .
[2024-05-05T15:03:24.531Z] ['info'] ->  Token found by environment variables
[2024-05-05T15:03:24.543Z] ['info'] Searching for coverage files...
[2024-05-05T15:03:27.262Z] ['info'] => Found 1 possible coverage files:
  ./coverage.dat
[2024-05-05T15:03:27.262Z] ['info'] Processing ./coverage.dat...
[2024-05-05T15:03:27.741Z] ['info'] Using manual override from args.
[2024-05-05T15:03:27.742Z] ['info'] Detected Jenkins CI as the CI provider.
[2024-05-05T15:03:27.755Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F51126&build=8898&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Fghpr_unit_test%2F8898%2F&commit=0f12152e9bc91a0788cf5f25ab356ab1b023188f&job=&pr=51126&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent=
[2024-05-05T15:03:28.971Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/0f12152e9bc91a0788cf5f25ab356ab1b023188f
https://storage.googleapis.com/codecov/v4/raw/2024-05-05/F6B65B6EE70BEC6C6B5E073ED3BB1A79/0f12152e9bc91a0788cf5f25ab356ab1b023188f/11c70272-42c7-4631-9b23-5761ddcc0558.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240505%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240505T150328Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b17e2e4758e886966b0f506eae3fa6230c7b7f351939f124c9363eb0a8273521
[2024-05-05T15:03:28.972Z] ['info'] Uploading...
[2024-05-05T15:03:30.827Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/0f12152e9bc91a0788cf5f25ab356ab1b023188f"}
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
[Pipeline] }
[Pipeline] // catchError
[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