Skip to content

Console Output

Skipping 714 KB.. Full Log
[2024/05/06 10:49:04.474 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=81]
[2024/05/06 10:49:04.474 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:49:04.494 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=40] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n        parent_table_id bigint(64) NOT NULL,\n    \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n    \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n        summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n    \tdeleted_rows bigint(64) DEFAULT NULL,\n    \terror_delete_rows bigint(64) DEFAULT NULL,\n    \tstatus varchar(64) NOT NULL,\n    \tkey(table_schema, table_name, create_time),\n    \tkey(parent_table_id, create_time),\n    \tkey(create_time)\n\t);"] [user=]
[2024/05/06 10:49:04.620 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:04.508 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "] [table=true]
[2024/05/06 10:49:04.620 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:04.508 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_ttl_job_history (\n\t\tjob_id varchar(64) PRIMARY KEY,\n\t\ttable_id bigint(64) NOT NULL,\n        parent_table_id bigint(64) NOT NULL,\n    \ttable_schema varchar(64) NOT NULL,\n\t\ttable_name varchar(64) NOT NULL,\n    \tpartition_name varchar(64) DEFAULT NULL,\n\t\tcreate_time timestamp NOT NULL,\n\t\tfinish_time timestamp NOT NULL,\n\t\tttl_expire timestamp NOT NULL,\n        summary_text text,\n\t\texpired_rows bigint(64) DEFAULT NULL,\n    \tdeleted_rows bigint(64) DEFAULT NULL,\n    \terror_delete_rows bigint(64) DEFAULT NULL,\n    \tstatus varchar(64) NOT NULL,\n    \tkey(table_schema, table_name, create_time),\n    \tkey(parent_table_id, create_time),\n    \tkey(create_time)\n\t);"]
[2024/05/06 10:49:04.781 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:04.508 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:04.921 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"]
[2024/05/06 10:49:04.921 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"]
[2024/05/06 10:49:05.026 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=40] [neededSchemaVersion=41] ["start time"=5.414944ms] [gotSchemaVersion=41] [phyTblIDs="[82]"] [actionTypes="[3]"]
[2024/05/06 10:49:05.040 +08:00] [INFO] [domain.go:848] ["session manager is nil"]
[2024/05/06 10:49:05.040 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=83] [version=41]
[2024/05/06 10:49:05.042 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=41] ["take time"=22.615961ms] [job="ID:83, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:82, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:04.508 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:05.157 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:04.508 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:05.290 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=83]
[2024/05/06 10:49:05.290 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:49:05.301 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=41] [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(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n      \tUNIQUE KEY task_key(task_key)\n\t);"] [user=]
[2024/05/06 10:49:05.456 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:05.315 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "] [table=true]
[2024/05/06 10:49:05.456 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:05.315 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"] [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(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n      \tUNIQUE KEY task_key(task_key)\n\t);"]
[2024/05/06 10:49:05.540 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:05.315 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:05.782 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=41] [neededSchemaVersion=42] ["start time"=4.136977ms] [gotSchemaVersion=42] [phyTblIDs="[84]"] [actionTypes="[3]"]
[2024/05/06 10:49:05.803 +08:00] [INFO] [domain.go:848] ["session manager is nil"]
[2024/05/06 10:49:05.803 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=85] [version=42]
[2024/05/06 10:49:05.804 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=42] ["take time"=26.507738ms] [job="ID:85, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:84, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:05.315 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:05.879 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:05.315 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:05.924 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"]
[2024/05/06 10:49:05.925 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"]
[2024/05/06 10:49:06.097 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=85]
[2024/05/06 10:49:06.097 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:49:06.107 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=42] [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(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n      \tUNIQUE KEY task_key(task_key)\n\t);"] [user=]
[2024/05/06 10:49:06.205 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:06.123 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "] [table=true]
[2024/05/06 10:49:06.205 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:06.123 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"] [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(256),\n\t\tstate VARCHAR(64) NOT NULL,\n\t\tstart_time TIMESTAMP,\n\t\tstate_update_time TIMESTAMP,\n\t\tmeta LONGBLOB,\n\t\tconcurrency INT(11),\n\t\tstep INT(11),\n\t\terror BLOB,\n\t\tkey(state),\n      \tUNIQUE KEY task_key(task_key)\n\t);"]
[2024/05/06 10:49:06.262 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:06.123 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:06.451 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=42] [neededSchemaVersion=43] ["start time"=4.076027ms] [gotSchemaVersion=43] [phyTblIDs="[86]"] [actionTypes="[3]"]
[2024/05/06 10:49:06.468 +08:00] [INFO] [domain.go:848] ["session manager is nil"]
[2024/05/06 10:49:06.468 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=87] [version=43]
[2024/05/06 10:49:06.468 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=43] ["take time"=43.48401ms] [job="ID:87, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:86, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:06.123 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:06.602 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:06.123 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:06.719 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=87]
[2024/05/06 10:49:06.719 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:49:06.736 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=43] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.load_data_jobs (\n       job_id bigint(64) NOT NULL AUTO_INCREMENT,\n       expected_status ENUM('running', 'paused', 'canceled') NOT NULL DEFAULT 'running',\n       create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n       start_time TIMESTAMP(6) NULL DEFAULT NULL,\n       update_time TIMESTAMP(6) NULL DEFAULT NULL,\n       end_time TIMESTAMP(6) NULL DEFAULT NULL,\n       data_source TEXT NOT NULL,\n       table_schema VARCHAR(64) NOT NULL,\n       table_name VARCHAR(64) NOT NULL,\n       import_mode VARCHAR(64) NOT NULL,\n       create_user VARCHAR(32) NOT NULL,\n       progress TEXT DEFAULT NULL,\n       result_message TEXT DEFAULT NULL,\n       error_message TEXT DEFAULT NULL,\n       PRIMARY KEY (job_id),\n       KEY (create_time),\n       KEY (create_user));"] [user=]
[2024/05/06 10:49:06.890 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:06.752 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "] [table=true]
[2024/05/06 10:49:06.891 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:06.752 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.load_data_jobs (\n       job_id bigint(64) NOT NULL AUTO_INCREMENT,\n       expected_status ENUM('running', 'paused', 'canceled') NOT NULL DEFAULT 'running',\n       create_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),\n       start_time TIMESTAMP(6) NULL DEFAULT NULL,\n       update_time TIMESTAMP(6) NULL DEFAULT NULL,\n       end_time TIMESTAMP(6) NULL DEFAULT NULL,\n       data_source TEXT NOT NULL,\n       table_schema VARCHAR(64) NOT NULL,\n       table_name VARCHAR(64) NOT NULL,\n       import_mode VARCHAR(64) NOT NULL,\n       create_user VARCHAR(32) NOT NULL,\n       progress TEXT DEFAULT NULL,\n       result_message TEXT DEFAULT NULL,\n       error_message TEXT DEFAULT NULL,\n       PRIMARY KEY (job_id),\n       KEY (create_time),\n       KEY (create_user));"]
[2024/05/06 10:49:06.922 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"]
[2024/05/06 10:49:06.922 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"]
[2024/05/06 10:49:06.962 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:06.752 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:07.306 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=43] [neededSchemaVersion=44] ["start time"=4.311894ms] [gotSchemaVersion=44] [phyTblIDs="[88]"] [actionTypes="[3]"]
[2024/05/06 10:49:07.321 +08:00] [INFO] [domain.go:848] ["session manager is nil"]
[2024/05/06 10:49:07.321 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=89] [version=44]
[2024/05/06 10:49:07.321 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=20.571395ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:06.752 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:07.395 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:06.752 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:07.527 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=89]
[2024/05/06 10:49:07.528 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:49:07.566 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [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/06 10:49:07.781 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:07.611 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "] [table=true]
[2024/05/06 10:49:07.781 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:07.611 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:07.922 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"]
[2024/05/06 10:49:07.923 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"]
[2024/05/06 10:49:07.935 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:07.611 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:08.355 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=4.885073ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"]
[2024/05/06 10:49:08.369 +08:00] [INFO] [domain.go:848] ["session manager is nil"]
[2024/05/06 10:49:08.369 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=91] [version=45]
[2024/05/06 10:49:08.370 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=20.210129ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:07.611 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:08.508 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:07.611 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:08.715 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=91]
[2024/05/06 10:49:08.715 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:49:08.727 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [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/06 10:49:08.838 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:08.756 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "] [table=true]
[2024/05/06 10:49:08.838 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:08.756 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:08.923 +08:00] [ERROR] [runaway.go:145] ["try to get new runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:145\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"]
[2024/05/06 10:49:08.923 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch' doesn't exist"]
[2024/05/06 10:49:08.942 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:08.756 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:09.120 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=3.502354ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"]
[2024/05/06 10:49:09.145 +08:00] [INFO] [domain.go:848] ["session manager is nil"]
[2024/05/06 10:49:09.146 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=93] [version=46]
[2024/05/06 10:49:09.157 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=40.95357ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:08.756 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:09.317 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:08.756 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:09.449 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=93]
[2024/05/06 10:49:09.450 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:49:09.461 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [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/06 10:49:09.536 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:09.476 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "] [table=true]
[2024/05/06 10:49:09.536 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:09.476 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:09.634 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:09.476 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:09.798 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=3.414485ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"]
[2024/05/06 10:49:09.827 +08:00] [INFO] [domain.go:848] ["session manager is nil"]
[2024/05/06 10:49:09.827 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=95] [version=47]
[2024/05/06 10:49:09.828 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=34.465325ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:09.476 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:09.882 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:09.476 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:09.937 +08:00] [ERROR] [runaway.go:153] ["try to get done runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:153\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"]
[2024/05/06 10:49:09.937 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"]
[2024/05/06 10:49:10.013 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=95]
[2024/05/06 10:49:10.013 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:49:10.036 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [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/06 10:49:10.188 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:10.052 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "] [table=true]
[2024/05/06 10:49:10.188 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:10.052 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:10.240 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:10.052 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:10.594 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=5.65731ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"]
[2024/05/06 10:49:10.609 +08:00] [INFO] [domain.go:848] ["session manager is nil"]
[2024/05/06 10:49:10.609 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=97] [version=48]
[2024/05/06 10:49:10.609 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=21.83886ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:10.052 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:10.774 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:10.052 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:10.935 +08:00] [ERROR] [runaway.go:153] ["try to get done runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:153\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:170\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:96"]
[2024/05/06 10:49:10.935 +08:00] [WARN] [runaway.go:172] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"]
[2024/05/06 10:49:10.964 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=97]
[2024/05/06 10:49:10.968 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:49:10.988 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [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/06 10:49:11.163 +08:00] [INFO] [ddl_worker.go:253] ["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-06 10:49:11.008 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "] [table=true]
[2024/05/06 10:49:11.164 +08:00] [INFO] [ddl.go:1067] ["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-06 10:49:11.008 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"] [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/06 10:49:11.298 +08:00] [INFO] [ddl_worker.go:996] ["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-06 10:49:11.008 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:11.497 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=3.602165ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"]
[2024/05/06 10:49:11.519 +08:00] [INFO] [domain.go:848] ["session manager is nil"]
[2024/05/06 10:49:11.519 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=99] [version=49]
[2024/05/06 10:49:11.522 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=29.039317ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:11.008 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:11.609 +08:00] [INFO] [ddl_worker.go:611] ["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-06 10:49:11.008 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:11.750 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=99]
[2024/05/06 10:49:11.751 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:49:11.787 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n        host VARCHAR(100) NOT NULL PRIMARY KEY,\n        role VARCHAR(64),\n        keyspace_id bigint(8) NOT NULL DEFAULT -1);"] [user=]
[2024/05/06 10:49:11.918 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:11.804 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "] [table=true]
[2024/05/06 10:49:11.919 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:11.804 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n        host VARCHAR(100) NOT NULL PRIMARY KEY,\n        role VARCHAR(64),\n        keyspace_id bigint(8) NOT NULL DEFAULT -1);"]
[2024/05/06 10:49:12.008 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2024-05-06 10:49:11.804 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:12.104 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=2.595045ms] [gotSchemaVersion=50] [phyTblIDs="[100]"] [actionTypes="[3]"]
[2024/05/06 10:49:12.120 +08:00] [INFO] [domain.go:848] ["session manager is nil"]
[2024/05/06 10:49:12.120 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=101] [version=50]
[2024/05/06 10:49:12.127 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=25.927073ms] [job="ID:101, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:11.804 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:12.222 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:100, RowCount:0, ArgLen:0, start time: 2024-05-06 10:49:11.804 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:12.338 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=101]
[2024/05/06 10:49:12.338 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:49:13.729 +08:00] [INFO] [bootstrap.go:723] ["bootstrap successful"] ["take time"=35.817355558s]
[2024/05/06 10:49:13.748 +08:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=f1cddd2b-4584-461b-907b-f9344b910db4] [ownerKey=/tidb/ddl/fg/owner]
[2024/05/06 10:49:13.748 +08:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl]
[2024/05/06 10:49:13.748 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=22.548µs]
[2024/05/06 10:49:13.748 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=8.311µs]
[2024/05/06 10:49:13.748 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=11.863µs]
[2024/05/06 10:49:13.748 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=23.789µs]
[2024/05/06 10:49:13.748 +08:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl]
[2024/05/06 10:49:13.748 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=9.476µs]
[2024/05/06 10:49:13.748 +08:00] [INFO] [delete_range.go:150] ["closing delRange"] [category=ddl]
[2024/05/06 10:49:13.748 +08:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl]
[2024/05/06 10:49:13.793 +08:00] [INFO] [ddl.go:872] ["DDL closed"] [category=ddl] [ID=f1cddd2b-4584-461b-907b-f9344b910db4] ["take time"=62.75871ms]
[2024/05/06 10:49:13.794 +08:00] [INFO] [ddl.go:698] ["stop DDL"] [category=ddl] [ID=f1cddd2b-4584-461b-907b-f9344b910db4]
[2024/05/06 10:49:13.794 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/05/06 10:49:13.794 +08:00] [INFO] [domain.go:886] ["loadSchemaInLoop exited."]
[2024/05/06 10:49:13.794 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/05/06 10:49:13.794 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/06 10:49:13.794 +08:00] [INFO] [domain.go:743] ["topologySyncerKeeper exited."]
[2024/05/06 10:49:13.794 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/05/06 10:49:13.794 +08:00] [INFO] [domain.go:693] ["infoSyncerKeeper exited."]
[2024/05/06 10:49:13.794 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/05/06 10:49:13.794 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/06 10:49:13.794 +08:00] [INFO] [domain.go:719] ["globalConfigSyncerKeeper exited."]
[2024/05/06 10:49:13.795 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/06 10:49:13.795 +08:00] [INFO] [domain.go:665] ["topNSlowQueryLoop exited."]
[2024/05/06 10:49:13.795 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/06 10:49:13.795 +08:00] [INFO] [domain.go:1340] ["closestReplicaReadCheckLoop exited."]
[2024/05/06 10:49:13.795 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/06 10:49:13.795 +08:00] [INFO] [domain.go:1053] ["domain closed"] ["take time"=64.814851ms]
[2024/05/06 10:49:13.796 +08:00] [INFO] [tidb.go:80] ["new domain"] [store=06ad705a-25a1-44a2-920e-2ccece62b552] ["ddl lease"=500ms] ["stats lease"=-1ns] ["index usage sync lease"=0s]
[2024/05/06 10:49:14.213 +08:00] [WARN] [controller.go:185] ["[resource group controller] server does not save config, load config failed"]
[2024/05/06 10:49:14.213 +08:00] [INFO] [controller.go:172] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"DegradedModeWaitDuration\":0}"]
[2024/05/06 10:49:14.375 +08:00] [INFO] [domain.go:302] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=50] ["start time"=159.364188ms]
[2024/05/06 10:49:14.381 +08:00] [INFO] [domain.go:617] ["full load and reset schema validator"]
[2024/05/06 10:49:14.381 +08:00] [INFO] [ddl.go:743] ["start DDL"] [category=ddl] [ID=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c] [runWorker=true]
[2024/05/06 10:49:14.381 +08:00] [INFO] [ddl.go:706] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true]
[2024/05/06 10:49:14.381 +08:00] [INFO] [delete_range.go:160] ["start delRange emulator"] [category=ddl]
[2024/05/06 10:49:14.382 +08:00] [INFO] [job_table.go:316] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false]
[2024/05/06 10:49:14.388 +08:00] [WARN] [env.go:53] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false]
[2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadSchemaInLoop]
[2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=mdlCheckLoop]
[2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=infoSyncerKeeper]
[2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=topologySyncerKeeper]
[2024/05/06 10:49:14.388 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/06 10:49:14.389 +08:00] [WARN] [domain.go:1305] ["pd / etcd client not provided, won't begin Advancer."]
[2024/05/06 10:49:14.434 +08:00] [INFO] [job_table.go:316] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false]
[2024/05/06 10:49:14.434 +08:00] [INFO] [job_table.go:331] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none]
[2024/05/06 10:49:14.447 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/05/06 10:49:14.447 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=handleEvolvePlanTasksLoop]
[2024/05/06 10:49:14.448 +08:00] [WARN] [sysvar_cache.go:50] ["sysvar cache is empty, triggering rebuild"]
[2024/05/06 10:49:14.561 +08:00] [INFO] [sysvar.go:2563] ["set resource control"] [enable=true]
[2024/05/06 10:49:14.568 +08:00] [INFO] [controller.go:435] ["[resource group controller] create resource group cost controller"] [name=default]
[2024/05/06 10:49:14.765 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadPrivilegeInLoop]
[2024/05/06 10:49:14.839 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/05/06 10:49:14.856 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=dumpFileGcChecker]
[2024/05/06 10:49:14.856 +08:00] [INFO] [domain.go:2112] ["dumpFileGcChecker started"]
[2024/05/06 10:49:14.859 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=quitStatsOwner]
[2024/05/06 10:49:14.869 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=loadSigningCertLoop]
[2024/05/06 10:49:14.869 +08:00] [INFO] [wait_group_wrapper.go:130] ["background process started"] [source=domain] [process=distTaskFrameworkLoop]
[2024/05/06 10:49:14.869 +08:00] [INFO] [task_manager.go:216] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/05/06 10:49:14.869 +08:00] [INFO] [task_manager.go:216] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/05/06 10:49:14.918 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=50] [cur_db=test] [sql="create table t (a int, b int, key(a), key(b))\n\t\tpartition by range (a) (\n\t\tpartition p1 values less than (10),\n\t\tpartition p2 values less than (20),\n\t\tpartition p3 values less than (30),\n\t\tpartition p4 values less than (40))"] [user=]
[2024/05/06 10:49:14.940 +08:00] [INFO] [domain.go:1499] ["dist task scheduler manager started"]
[2024/05/06 10:49:15.015 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:14.967 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "] [table=true]
[2024/05/06 10:49:15.016 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:14.967 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"] [query="create table t (a int, b int, key(a), key(b))\n\t\tpartition by range (a) (\n\t\tpartition p1 values less than (10),\n\t\tpartition p2 values less than (20),\n\t\tpartition p3 values less than (30),\n\t\tpartition p4 values less than (40))"]
[2024/05/06 10:49:15.112 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=107] [conn=1] [category=ddl] [job="ID:107, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 10:49:14.967 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:15.256 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=8.886547ms] [gotSchemaVersion=51] [phyTblIDs="[102,103,104,105,106]"] [actionTypes="[3,3,3,3,3]"]
[2024/05/06 10:49:15.271 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=107] [version=51]
[2024/05/06 10:49:15.272 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=26.175752ms] [job="ID:107, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:102, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:14.967 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:15.349 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=107] [conn=1] [job="ID:107, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 10:49:14.967 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:15.520 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=107]
[2024/05/06 10:49:15.520 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:49:15.526 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="create table tnormal (a int, b int, key(a), key(b))"] [user=]
[2024/05/06 10:49:15.580 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:15.541 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "] [table=true]
[2024/05/06 10:49:15.581 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:15.541 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"] [query="create table tnormal (a int, b int, key(a), key(b))"]
[2024/05/06 10:49:15.653 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=109] [conn=1] [category=ddl] [job="ID:109, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 10:49:15.541 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:15.728 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=2.078705ms] [gotSchemaVersion=52] [phyTblIDs="[108]"] [actionTypes="[3]"]
[2024/05/06 10:49:15.742 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=109] [version=52]
[2024/05/06 10:49:15.751 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=26.661552ms] [job="ID:109, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 10:49:15.541 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:15.876 +08:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl]
[2024/05/06 10:49:15.877 +08:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true]
[2024/05/06 10:49:15.882 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=109] [conn=1] [job="ID:109, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 10:49:15.541 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:49:15.942 +08:00] [INFO] [dispatcher_manager.go:293] ["cleanUp loop start"]
[2024/05/06 10:49:15.942 +08:00] [INFO] [dispatcher_manager.go:156] ["dispatch task loop start"]
[2024/05/06 10:49:15.942 +08:00] [INFO] [dispatcher_manager.go:243] ["subtask table gc loop start"]
[2024/05/06 10:49:15.979 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=109]
[2024/05/06 10:49:15.979 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:49:16.045 +08:00] [WARN] [2pc.go:1803] ["schemaLeaseChecker is not set for this transaction"] [sessionID=1] [startTS=449567458864136192] [checkTS=449567458864660480]
[2024/05/06 10:49:16.234 +08:00] [WARN] [2pc.go:1803] ["schemaLeaseChecker is not set for this transaction"] [sessionID=1] [startTS=449567458913681408] [checkTS=449567458914205696]
[2024/05/06 10:49:16.388 +08:00] [INFO] [info.go:1182] [SetTiFlashGroupConfig]
[2024/05/06 10:50:08.699 +08:00] [INFO] [region_request.go:1531] ["send request failed, err: context canceled"] [req-ts=449567472658153472] [req-type=Cop] [region="{ region id: 2, ver: 1, confVer: 1 }"] [replica-read-type=leader] [stale-read=false] [request-sender="{rpcError:context canceled,replicaSelector: replicaSelector{selectorStateStr: accessKnownLeader, cacheRegionIsValid: true, replicaStatus: [peer: 3, store: 1, isEpochStale: false, attempts: 1, replica-epoch: 0, store-epoch: 0, store-state: resolved, store-liveness-state: reachable]}}"] [retry-times=0] [total-backoff-ms=0] [total-backoff-times=0] [max-exec-timeout-ms=60000] [total-region-errors=]
[2024/05/06 10:50:11.390 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=52] [cur_db=test] [sql="create table tpk (a int primary key, b int, key(b))\n\t\tpartition by range (a) (\n\t\tpartition p1 values less than (10),\n\t\tpartition p2 values less than (20),\n\t\tpartition p3 values less than (30),\n\t\tpartition p4 values less than (40))"] [user=]
[2024/05/06 10:50:11.500 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 10:50:11.433 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "] [table=true]
[2024/05/06 10:50:11.501 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 10:50:11.433 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"] [query="create table tpk (a int primary key, b int, key(b))\n\t\tpartition by range (a) (\n\t\tpartition p1 values less than (10),\n\t\tpartition p2 values less than (20),\n\t\tpartition p3 values less than (30),\n\t\tpartition p4 values less than (40))"]
[2024/05/06 10:50:11.579 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=115] [conn=1] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 10:50:11.433 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:50:11.702 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=8.246471ms] [gotSchemaVersion=53] [phyTblIDs="[110,111,112,113,114]"] [actionTypes="[3,3,3,3,3]"]
[2024/05/06 10:50:11.717 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=115] [version=53]
[2024/05/06 10:50:11.722 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=36.186672ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:110, RowCount:0, ArgLen:2, start time: 2024-05-06 10:50:11.433 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:50:11.845 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:110, RowCount:0, ArgLen:0, start time: 2024-05-06 10:50:11.433 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:50:11.927 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=115]
[2024/05/06 10:50:11.927 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:50:11.936 +08:00] [INFO] [session.go:3903] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=53] [cur_db=test] [sql="truncate tnormal"] [user=]
[2024/05/06 10:50:12.012 +08:00] [INFO] [ddl_worker.go:253] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:117, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 10:50:11.975 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0; "] [table=true]
[2024/05/06 10:50:12.012 +08:00] [INFO] [ddl.go:1067] ["start DDL job"] [category=ddl] [job="ID:117, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:3, start time: 2024-05-06 10:50:11.975 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"] [query="truncate tnormal"]
[2024/05/06 10:50:12.097 +08:00] [INFO] [ddl_worker.go:996] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=117] [conn=1] [category=ddl] [job="ID:117, Type:truncate table, State:queueing, SchemaState:none, SchemaID:2, TableID:108, RowCount:0, ArgLen:0, start time: 2024-05-06 10:50:11.975 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:50:12.186 +08:00] [INFO] [domain.go:269] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=2.315728ms] [gotSchemaVersion=54] [phyTblIDs="[108,116]"] [actionTypes="[11,11]"]
[2024/05/06 10:50:12.220 +08:00] [INFO] [domain.go:867] ["mdl gets lock, update to owner"] [jobID=117] [version=54]
[2024/05/06 10:50:12.221 +08:00] [INFO] [ddl_worker.go:1230] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=38.39341ms] [job="ID:117, Type:truncate table, State:done, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 10:50:11.975 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:50:12.308 +08:00] [INFO] [delete_range.go:467] ["insert into delete-range table"] [category=ddl] [jobID=117] [elementID=1] [comment="table ID is 108"]
[2024/05/06 10:50:12.319 +08:00] [INFO] [delete_range.go:111] ["add job into delete-range table"] [category=ddl] [jobID=117] [jobType="truncate table"]
[2024/05/06 10:50:12.324 +08:00] [INFO] [ddl_worker.go:611] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=117] [conn=1] [job="ID:117, Type:truncate table, State:synced, SchemaState:public, SchemaID:2, TableID:108, RowCount:0, ArgLen:2, start time: 2024-05-06 10:50:11.975 +0800 CST, Err:<nil>, ErrCount:0, SnapshotVersion:0"]
[2024/05/06 10:50:12.411 +08:00] [INFO] [ddl.go:1169] ["DDL job is finished"] [category=ddl] [jobID=117]
[2024/05/06 10:50:12.423 +08:00] [INFO] [callback.go:139] ["performing DDL change, must reload"]
[2024/05/06 10:50:12.504 +08:00] [INFO] [delete_range.go:247] ["delRange emulator complete task"] [category=ddl] [jobID=117] [elementID=1] [startKey=74800000000000006c] [endKey=74800000000000006d]
[2024/05/06 10:50:12.535 +08:00] [WARN] [2pc.go:1803] ["schemaLeaseChecker is not set for this transaction"] [sessionID=1] [startTS=449567473672912896] [checkTS=449567473673175040]
[2024/05/06 10:51:01.515 +08:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c] [ownerKey=/tidb/ddl/fg/owner]
[2024/05/06 10:51:01.515 +08:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl]
[2024/05/06 10:51:01.515 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=34.06µs]
[2024/05/06 10:51:01.515 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=22.982µs]
[2024/05/06 10:51:01.515 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=27.96µs]
[2024/05/06 10:51:01.515 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=133.528µs]
[2024/05/06 10:51:01.515 +08:00] [INFO] [ddl_workerpool.go:83] ["closing workerPool"] [category=ddl]
[2024/05/06 10:51:01.516 +08:00] [INFO] [ddl_worker.go:184] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=24.647µs]
[2024/05/06 10:51:01.516 +08:00] [INFO] [delete_range.go:150] ["closing delRange"] [category=ddl]
[2024/05/06 10:51:01.516 +08:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl]
[2024/05/06 10:51:01.526 +08:00] [INFO] [ddl.go:872] ["DDL closed"] [category=ddl] [ID=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c] ["take time"=46.68651ms]
[2024/05/06 10:51:01.526 +08:00] [INFO] [ddl.go:698] ["stop DDL"] [category=ddl] [ID=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c]
[2024/05/06 10:51:01.526 +08:00] [INFO] [domain.go:1005] ["stopping ttlJobManager"]
[2024/05/06 10:51:01.527 +08:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl]
[2024/05/06 10:51:01.527 +08:00] [INFO] [task_manager.go:193] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/05/06 10:51:01.527 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/06 10:51:01.527 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/06 10:51:01.527 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/06 10:51:01.527 +08:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/06 10:51:01.527 +08:00] [INFO] [task_manager.go:193] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/05/06 10:51:01.528 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/06 10:51:01.528 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/06 10:51:01.528 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/06 10:51:01.528 +08:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/06 10:51:01.537 +08:00] [INFO] [job_manager.go:173] ["ttlJobManager loop exited."] [ttl-worker=job-manager]
[2024/05/06 10:51:01.537 +08:00] [INFO] [domain.go:1016] ["ttlJobManager exited."]
[2024/05/06 10:51:01.537 +08:00] [INFO] [manager.go:280] ["recoverMetaLoop done"]
[2024/05/06 10:51:01.537 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/06 10:51:01.538 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/05/06 10:51:01.538 +08:00] [INFO] [domain.go:1521] ["stopping dist task dispatcher manager because the current node is not DDL owner anymore"] [id=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c]
[2024/05/06 10:51:01.538 +08:00] [INFO] [dispatcher_manager.go:249] ["subtask history table gc loop exits"] [error="context canceled"]
[2024/05/06 10:51:01.538 +08:00] [INFO] [domain.go:886] ["loadSchemaInLoop exited."]
[2024/05/06 10:51:01.538 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/05/06 10:51:01.538 +08:00] [INFO] [domain.go:1852] ["globalBindHandleWorkerLoop exited."]
[2024/05/06 10:51:01.538 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/05/06 10:51:01.538 +08:00] [INFO] [domain.go:743] ["topologySyncerKeeper exited."]
[2024/05/06 10:51:01.538 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/05/06 10:51:01.538 +08:00] [INFO] [domain.go:1716] ["LoadSysVarCacheLoop exited."]
[2024/05/06 10:51:01.538 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/05/06 10:51:01.538 +08:00] [INFO] [domain.go:693] ["infoSyncerKeeper exited."]
[2024/05/06 10:51:01.539 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/05/06 10:51:01.539 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/06 10:51:01.539 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=loadSigningCertLoop]
[2024/05/06 10:51:01.539 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."]
[2024/05/06 10:51:01.539 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."]
[2024/05/06 10:51:01.539 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."]
[2024/05/06 10:51:01.539 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."]
[2024/05/06 10:51:01.539 +08:00] [INFO] [handle_hist.go:183] ["SubLoadWorker exited."]
[2024/05/06 10:51:01.539 +08:00] [INFO] [domain.go:2116] ["dumpFileGcChecker exited."]
[2024/05/06 10:51:01.539 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=dumpFileGcChecker]
[2024/05/06 10:51:01.539 +08:00] [INFO] [domain.go:719] ["globalConfigSyncerKeeper exited."]
[2024/05/06 10:51:01.539 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/06 10:51:01.539 +08:00] [INFO] [domain.go:1666] ["loadPrivilegeInLoop exited."]
[2024/05/06 10:51:01.540 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop]
[2024/05/06 10:51:01.540 +08:00] [INFO] [domain.go:665] ["topNSlowQueryLoop exited."]
[2024/05/06 10:51:01.540 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/06 10:51:01.540 +08:00] [INFO] [domain.go:1340] ["closestReplicaReadCheckLoop exited."]
[2024/05/06 10:51:01.540 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/06 10:51:01.540 +08:00] [INFO] [manager.go:173] ["fetchAndFastCancelTasksLoop done"]
[2024/05/06 10:51:01.540 +08:00] [INFO] [manager.go:151] ["fetchAndHandleRunnableTasksLoop done"]
[2024/05/06 10:51:01.540 +08:00] [INFO] [dispatcher_manager.go:162] ["dispatch task loop exits"] [error="context canceled"] [interval=3000]
[2024/05/06 10:51:01.540 +08:00] [INFO] [dispatcher_manager.go:299] ["cleanUp loop exits"] [error="context canceled"]
[2024/05/06 10:51:01.540 +08:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c] [ownerKey=/tidb/stats/owner]
[2024/05/06 10:51:01.540 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=quitStatsOwner]
[2024/05/06 10:51:01.540 +08:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c] [ownerKey=/tidb/bindinfo/owner]
[2024/05/06 10:51:01.540 +08:00] [INFO] [domain.go:1895] ["handleEvolvePlanTasksLoop exited."]
[2024/05/06 10:51:01.541 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=handleEvolvePlanTasksLoop]
[2024/05/06 10:51:01.541 +08:00] [INFO] [domain.go:1523] ["dist task dispatcher manager stopped"] [id=6837a150-cf71-4b9c-b9a6-5450a7c0dc4c]
[2024/05/06 10:51:01.541 +08:00] [INFO] [domain.go:1501] ["stopping dist task scheduler manager"]
[2024/05/06 10:51:01.541 +08:00] [INFO] [domain.go:1503] ["dist task scheduler manager stopped"]
[2024/05/06 10:51:01.541 +08:00] [INFO] [wait_group_wrapper.go:137] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop]
[2024/05/06 10:51:01.554 +08:00] [INFO] [domain.go:1053] ["domain closed"] ["take time"=74.937292ms]
[2024/05/06 10:51:01.559 +08:00] [INFO] [db.go:567] ["Closing database"]
[2024/05/06 10:51:01.559 +08:00] [INFO] [db.go:592] ["Memtable flushed"]
[2024/05/06 10:51:01.559 +08:00] [INFO] [db.go:596] ["Compaction finished"]
[2024/05/06 10:51:01.559 +08:00] [INFO] [db.go:615] ["BlobManager finished"]
[2024/05/06 10:51:01.559 +08:00] [INFO] [db.go:619] ["ResourceManager finished"]
[2024/05/06 10:51:01.560 +08:00] [INFO] [db.go:625] ["Waiting for closer"]
--- PASS: TestPartitionTableRandomIndexMerge (144.12s)
PASS
coverage: 15.5% of statements
-- Test timed out at 2024-05-06 10:51:06 CST --
================================================================================
[12,274 / 12,669] 308 / 375 tests; Testing //pkg/executor:executor_test (shard 37 of 50); 39s remote-cache, linux-sandbox ... (70 actions running)
[12,279 / 12,669] 308 / 375 tests; Testing //pkg/executor:executor_test (shard 1 of 50); 38s remote-cache, linux-sandbox ... (70 actions running)
[12,281 / 12,669] 308 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 8 of 36); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,284 / 12,669] 308 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 42 of 50); 37s remote-cache, linux-sandbox ... (70 actions running)
[12,284 / 12,669] 308 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 42 of 50); 38s remote-cache, linux-sandbox ... (70 actions running)
[12,287 / 12,669] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 39s remote-cache, linux-sandbox ... (70 actions running)
[12,288 / 12,669] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 40s remote-cache, linux-sandbox ... (70 actions running)
[12,289 / 12,669] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 42s remote-cache, linux-sandbox ... (70 actions running)
[12,293 / 12,697] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,296 / 12,697] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 44s remote-cache, linux-sandbox ... (70 actions running)
[12,299 / 12,697] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,299 / 12,697] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 46s remote-cache, linux-sandbox ... (70 actions running)
[12,301 / 12,697] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 47s remote-cache, linux-sandbox ... (70 actions running)
[12,301 / 12,697] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 48s remote-cache, linux-sandbox ... (70 actions running)
[12,308 / 12,697] 308 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 49s remote-cache, linux-sandbox ... (70 actions running)
[12,310 / 12,697] 309 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,310 / 12,697] 309 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 51s remote-cache, linux-sandbox ... (70 actions running)
[12,313 / 12,697] 310 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,313 / 12,697] 310 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 54s remote-cache, linux-sandbox ... (70 actions running)
[12,319 / 12,697] 310 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,320 / 12,697] 310 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,321 / 12,697] 310 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 57s remote-cache, linux-sandbox ... (70 actions running)
[12,321 / 12,697] 311 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 27 of 37); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,332 / 12,697] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,333 / 12,697] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 54s remote-cache, linux-sandbox ... (70 actions running)
[12,333 / 12,697] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,337 / 12,697] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,345 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,347 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 59s remote-cache, linux-sandbox ... (70 actions running)
[12,349 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 61s remote-cache, linux-sandbox ... (70 actions running)
[12,353 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 62s remote-cache, linux-sandbox ... (70 actions running)
[12,356 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 63s remote-cache, linux-sandbox ... (70 actions running)
[12,356 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 64s remote-cache, linux-sandbox ... (70 actions running)
[12,356 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 65s remote-cache, linux-sandbox ... (70 actions running)
[12,363 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,367 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,367 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 69s remote-cache, linux-sandbox ... (70 actions running)
[12,368 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,373 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,376 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 73s remote-cache, linux-sandbox ... (70 actions running)
[12,377 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,381 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 76s remote-cache, linux-sandbox ... (70 actions running)
[12,384 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,389 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,392 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 80s remote-cache, linux-sandbox ... (70 actions running)
[12,393 / 12,712] 311 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 39); 81s remote-cache, linux-sandbox ... (70 actions running)
[12,396 / 12,712] 311 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 64s remote-cache, linux-sandbox ... (70 actions running)
[12,398 / 12,712] 311 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,399 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,402 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 67s remote-cache, linux-sandbox ... (70 actions running)
[12,403 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 68s remote-cache, linux-sandbox ... (70 actions running)
[12,405 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 69s remote-cache, linux-sandbox ... (70 actions running)
[12,407 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 30 of 36); 71s remote-cache, linux-sandbox ... (70 actions running)
[12,408 / 12,712] 312 / 375 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 27 of 36); 52s remote-cache, linux-sandbox ... (69 actions running)
[12,418 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,422 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,422 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,427 / 12,712] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 46s remote-cache, linux-sandbox ... (70 actions running)
[12,431 / 12,763] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 47s remote-cache, linux-sandbox ... (70 actions running)
[12,432 / 12,763] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 48s remote-cache, linux-sandbox ... (70 actions running)
[12,432 / 12,763] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 49s remote-cache, linux-sandbox ... (70 actions running)
[12,435 / 12,763] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,442 / 12,763] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 51s remote-cache, linux-sandbox ... (70 actions running)
[12,443 / 12,763] 312 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,445 / 12,763] 313 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 54s remote-cache, linux-sandbox ... (70 actions running)
[12,448 / 12,763] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,453 / 12,763] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 57s remote-cache, linux-sandbox ... (70 actions running)
[12,455 / 12,763] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,455 / 12,763] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 59s remote-cache, linux-sandbox ... (70 actions running)
[12,457 / 12,763] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 60s remote-cache, linux-sandbox ... (70 actions running)
[12,459 / 12,763] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 61s remote-cache, linux-sandbox ... (70 actions running)
[12,462 / 12,763] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 62s remote-cache, linux-sandbox ... (70 actions running)
[12,465 / 12,789] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,470 / 12,789] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 65s remote-cache, linux-sandbox ... (70 actions running)
[12,470 / 12,789] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 66s remote-cache, linux-sandbox ... (70 actions running)
[12,474 / 12,840] 314 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,478 / 12,858] 315 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 69s remote-cache, linux-sandbox ... (70 actions running)
[12,482 / 12,858] 316 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 70s remote-cache, linux-sandbox ... (70 actions running)
[12,485 / 12,858] 316 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 72s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,485 / 12,858] 316 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 73s remote-cache, linux-sandbox ... (70 actions running)
[12,493 / 12,860] 316 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 74s remote-cache, linux-sandbox ... (70 actions running)
[12,494 / 12,860] 316 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,497 / 12,860] 316 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,498 / 12,860] 316 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 78s remote-cache, linux-sandbox ... (70 actions running)
[12,508 / 12,893] 317 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 80s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,512 / 12,893] 317 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 81s remote-cache, linux-sandbox ... (70 actions running)
[12,515 / 12,893] 317 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 82s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,518 / 12,893] 317 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,522 / 12,893] 317 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 85s remote-cache, linux-sandbox ... (70 actions running)
[12,526 / 12,893] 317 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 87s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,527 / 12,893] 317 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 88s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,532 / 12,893] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 89s remote-cache, linux-sandbox ... (70 actions running)
[12,540 / 12,949] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 90s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,545 / 12,966] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 91s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,548 / 12,966] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 92s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,549 / 12,966] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 93s remote-cache, linux-sandbox ... (70 actions running)
[12,550 / 12,966] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 94s remote-cache, linux-sandbox ... (70 actions running)
[12,551 / 12,966] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 96s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,563 / 12,966] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 97s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,565 / 12,966] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 98s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,569 / 12,971] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 99s remote-cache, linux-sandbox ... (70 actions running)
[12,579 / 13,007] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 100s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,589 / 13,007] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 102s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,591 / 13,007] 319 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 103s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,592 / 13,007] 320 / 375 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 21 of 36); 104s remote-cache, linux-sandbox ... (70 actions running)
[12,603 / 13,007] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 89s remote-cache, linux-sandbox ... (70 actions running)
[12,603 / 13,007] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 90s remote-cache, linux-sandbox ... (70 actions running)
[12,606 / 13,007] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 91s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,610 / 13,007] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 93s remote-cache, linux-sandbox ... (70 actions running)
[12,623 / 13,007] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 94s remote-cache, linux-sandbox ... (70 actions running)
[12,627 / 13,007] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 95s remote-cache, linux-sandbox ... (70 actions running)
[12,630 / 13,007] 320 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 96s remote-cache, linux-sandbox ... (70 actions running)
[12,633 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 97s remote-cache, linux-sandbox ... (70 actions running)
[12,639 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 98s remote-cache, linux-sandbox ... (68 actions, 67 running)
[12,649 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 99s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,651 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 101s remote-cache, linux-sandbox ... (70 actions running)
[12,657 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 102s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,668 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 103s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,668 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 105s remote-cache, linux-sandbox ... (70 actions running)
[12,670 / 13,007] 321 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 106s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,676 / 13,007] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 107s remote-cache, linux-sandbox ... (70 actions running)
[12,680 / 13,007] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 109s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,686 / 13,007] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 110s remote-cache, linux-sandbox ... (70 actions running)
[12,690 / 13,007] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 111s remote-cache, linux-sandbox ... (70 actions running)
[12,693 / 13,007] 322 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 112s remote-cache, linux-sandbox ... (70 actions running)
[12,696 / 13,007] 323 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 113s remote-cache, linux-sandbox ... (70 actions running)
[12,699 / 13,027] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 114s remote-cache, linux-sandbox ... (70 actions running)
[12,704 / 13,027] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 115s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,709 / 13,027] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 116s remote-cache, linux-sandbox ... (70 actions running)
[12,712 / 13,027] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 117s remote-cache, linux-sandbox ... (70 actions running)
[12,715 / 13,049] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 118s remote-cache, linux-sandbox ... (70 actions running)
[12,720 / 13,049] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 119s remote-cache, linux-sandbox ... (70 actions running)
[12,724 / 13,049] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 120s remote-cache, linux-sandbox ... (68 actions running)
[12,732 / 13,051] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 121s remote-cache, linux-sandbox ... (70 actions running)
[12,732 / 13,051] 324 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 123s remote-cache, linux-sandbox ... (70 actions running)
[12,743 / 13,051] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 124s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,749 / 13,081] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 125s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,752 / 13,081] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 16 of 37); 126s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,756 / 13,081] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 44s remote-cache, linux-sandbox ... (70 actions running)
[12,766 / 13,081] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,770 / 13,081] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,776 / 13,081] 325 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,782 / 13,081] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 49s remote-cache, linux-sandbox ... (70 actions running)
[12,782 / 13,081] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,789 / 13,081] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,802 / 13,083] 326 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,805 / 13,083] 327 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 54s remote-cache, linux-sandbox ... (70 actions running)
[12,807 / 13,083] 327 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 24 of 37); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,816 / 13,094] 327 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,819 / 13,094] 328 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,825 / 13,094] 330 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,831 / 13,094] 331 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,835 / 13,094] 331 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,838 / 13,094] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 61s remote-cache, linux-sandbox ... (70 actions running)
[12,841 / 13,094] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 62s remote-cache, linux-sandbox ... (70 actions running)
[12,847 / 13,140] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 64s remote-cache, linux-sandbox ... (70 actions running)
[12,857 / 13,142] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,866 / 13,164] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,872 / 13,179] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,879 / 13,200] 332 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 69s remote-cache, linux-sandbox ... (70 actions running)
[12,883 / 13,200] 334 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 71s remote-cache, linux-sandbox ... (70 actions running)
[12,885 / 13,200] 334 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 72s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,902 / 13,207] 334 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 73s remote-cache, linux-sandbox ... (70 actions running)
[12,902 / 13,207] 334 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 74s remote-cache, linux-sandbox ... (70 actions running)
[12,903 / 13,207] 334 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 75s remote-cache, linux-sandbox ... (70 actions running)
[12,904 / 13,207] 335 / 375 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 19 of 37); 77s remote-cache, linux-sandbox ... (70 actions running)
[12,922 / 13,213] 335 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 65s remote-cache, linux-sandbox ... (70 actions running)
[12,924 / 13,213] 335 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,924 / 13,213] 336 / 375 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test (shard 2 of 4); 68s remote-cache, linux-sandbox ... (70 actions running)
[12,937 / 13,220] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 35s remote-cache, linux-sandbox ... (70 actions running)
[12,939 / 13,220] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 36s remote-cache, linux-sandbox ... (70 actions running)
[12,940 / 13,220] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,942 / 13,220] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,953 / 13,220] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 40s remote-cache, linux-sandbox ... (70 actions running)
[12,958 / 13,249] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,962 / 13,255] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,963 / 13,255] 337 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,979 / 13,261] 338 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,981 / 13,261] 338 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 47s remote-cache, linux-sandbox ... (70 actions running)
[12,981 / 13,261] 338 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 48s remote-cache, linux-sandbox ... (70 actions running)
[12,991 / 13,261] 339 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 49s remote-cache, linux-sandbox ... (67 actions, 65 running)
[12,992 / 13,261] 339 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,994 / 13,261] 339 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,006 / 13,261] 340 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,013 / 13,261] 340 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,015 / 13,261] 340 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 55s remote-cache, linux-sandbox ... (70 actions running)
[13,017 / 13,263] 340 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 56s remote-cache, linux-sandbox ... (70 actions running)
[13,026 / 13,263] 342 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 57s remote-cache, linux-sandbox ... (70 actions running)
[13,029 / 13,263] 343 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 58s remote-cache, linux-sandbox ... (70 actions running)
[13,035 / 13,263] 343 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,039 / 13,263] 345 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,048 / 13,287] 346 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,052 / 13,287] 346 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,054 / 13,287] 346 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,061 / 13,338] 347 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,064 / 13,338] 347 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,069 / 13,338] 347 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 68s remote-cache, linux-sandbox ... (70 actions running)
[13,076 / 13,352] 347 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 69s remote-cache, linux-sandbox ... (70 actions running)
[13,081 / 13,356] 347 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 70s remote-cache, linux-sandbox ... (70 actions running)
[13,084 / 13,358] 347 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 71s remote-cache, linux-sandbox ... (70 actions running)

FLAKY: //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (Summary)
      /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_8_of_37/test_attempts/attempt_1.log
[13,089 / 13,358] 348 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 72s remote-cache, linux-sandbox ... (70 actions running)
[13,102 / 13,409] 350 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,106 / 13,409] 350 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,110 / 13,409] 351 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,116 / 13,415] 352 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,120 / 13,415] 352 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 78s remote-cache, linux-sandbox ... (70 actions running)
[13,126 / 13,415] 352 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 79s remote-cache, linux-sandbox ... (70 actions running)
[13,126 / 13,415] 353 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 80s remote-cache, linux-sandbox ... (70 actions running)
[13,131 / 13,415] 353 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 81s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,133 / 13,415] 353 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 83s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,143 / 13,415] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,146 / 13,427] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 39); 85s remote-cache, linux-sandbox ... (70 actions running)
[13,151 / 13,427] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 34s remote-cache, linux-sandbox ... (70 actions running)
[13,159 / 13,436] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 35s remote-cache, linux-sandbox ... (70 actions running)
[13,164 / 13,441] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,167 / 13,441] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,174 / 13,479] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,180 / 13,486] 354 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 40s remote-cache, linux-sandbox ... (70 actions running)
[13,182 / 13,486] 355 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 42s remote-cache, linux-sandbox ... (70 actions running)
[13,196 / 13,486] 356 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,196 / 13,486] 356 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 44s remote-cache, linux-sandbox ... (70 actions running)
[13,202 / 13,486] 356 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 45s remote-cache, linux-sandbox ... (70 actions running)
[13,205 / 13,486] 356 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 46s remote-cache, linux-sandbox ... (70 actions running)
[13,215 / 13,486] 356 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 47s remote-cache, linux-sandbox ... (70 actions running)
[13,217 / 13,486] 356 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 48s remote-cache, linux-sandbox ... (70 actions running)
[13,219 / 13,486] 357 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,219 / 13,486] 357 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 51s remote-cache, linux-sandbox ... (70 actions running)
[13,233 / 13,486] 358 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 52s remote-cache, linux-sandbox ... (70 actions running)
[13,233 / 13,486] 358 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 54s remote-cache, linux-sandbox ... (70 actions running)
[13,240 / 13,486] 358 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 55s remote-cache, linux-sandbox ... (70 actions running)
[13,243 / 13,486] 358 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,255 / 13,486] 358 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,258 / 13,486] 359 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 59s remote-cache, linux-sandbox ... (70 actions running)
[13,261 / 13,486] 359 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 60s remote-cache, linux-sandbox ... (70 actions running)
[13,266 / 13,486] 359 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,278 / 13,486] 359 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,278 / 13,486] 360 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 63s remote-cache, linux-sandbox ... (70 actions running)
[13,283 / 13,486] 361 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 65s remote-cache, linux-sandbox ... (70 actions running)
[13,292 / 13,486] 362 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 66s remote-cache, linux-sandbox ... (70 actions running)
[13,295 / 13,486] 363 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,296 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 69s remote-cache, linux-sandbox ... (70 actions running)
[13,303 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,305 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 39); 71s remote-cache, linux-sandbox ... (70 actions running)
[13,309 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 61s remote-cache, linux-sandbox ... (70 actions running)
[13,315 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 62s remote-cache, linux-sandbox ... (70 actions running)
[13,319 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,323 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 65s remote-cache, linux-sandbox ... (70 actions running)
[13,329 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 66s remote-cache, linux-sandbox ... (70 actions running)
[13,334 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,345 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,349 / 13,486] 364 / 375 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 39); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,352 / 13,486] 364 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 38s remote-cache, linux-sandbox ... (70 actions running)
[13,354 / 13,486] 364 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 40s remote-cache, linux-sandbox ... (70 actions running)
[13,361 / 13,486] 364 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,364 / 13,486] 364 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,368 / 13,486] 366 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 44s remote-cache, linux-sandbox ... (70 actions running)
[13,374 / 13,486] 367 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 45s remote-cache, linux-sandbox ... (70 actions running)
[13,375 / 13,486] 367 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 46s remote-cache, linux-sandbox ... (70 actions running)
[13,377 / 13,486] 367 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 47s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,380 / 13,486] 368 / 375 tests; Testing //pkg/executor:executor_test (shard 21 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,386 / 13,486] 368 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 8 of 50); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,387 / 13,486] 369 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 9 of 50); 28s remote-cache, linux-sandbox ... (70 actions running)
[13,392 / 13,486] 369 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 9 of 50); 29s remote-cache, linux-sandbox ... (70 actions running)
[13,394 / 13,486] 369 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 9 of 50); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,399 / 13,486] 370 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 9 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,404 / 13,486] 370 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 9 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,410 / 13,486] 370 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 10 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,413 / 13,486] 370 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 10 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,417 / 13,486] 370 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 10 of 50); 35s remote-cache, linux-sandbox ... (70 actions running)
[13,424 / 13,486] 370 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 33 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,430 / 13,486] 370 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 32s remote-cache, linux-sandbox ... (70 actions running)
[13,433 / 13,486] 370 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 33s remote-cache, linux-sandbox ... (70 actions running)
[13,445 / 13,486] 370 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,451 / 13,486] 370 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,457 / 13,486] 370 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 37s remote-cache, linux-sandbox ... (58 actions running)
[13,460 / 13,486] 372 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 38s remote-cache, linux-sandbox ... (52 actions running)
[13,462 / 13,486] 372 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 40s remote-cache, linux-sandbox ... (48 actions running)
[13,462 / 13,486] 373 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 42s remote-cache, linux-sandbox ... (48 actions running)
[13,463 / 13,486] 373 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 43s remote-cache, linux-sandbox ... (46 actions running)
[13,466 / 13,486] 373 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 45s remote-cache, linux-sandbox ... (40 actions running)
[13,467 / 13,486] 373 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 47s remote-cache, linux-sandbox ... (38 actions running)
[13,468 / 13,486] 373 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 51s remote-cache, linux-sandbox ... (36 actions running)
[13,469 / 13,486] 373 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 53s remote-cache, linux-sandbox ... (34 actions running)
[13,470 / 13,486] 373 / 375 tests; Testing //pkg/executor:executor_test (shard 23 of 50); 55s remote-cache, linux-sandbox ... (32 actions running)
[13,472 / 13,486] 374 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 32 of 50); 26s remote-cache, linux-sandbox ... (28 actions running)
[13,473 / 13,486] 374 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 19 of 50); 25s remote-cache, linux-sandbox ... (26 actions running)
[13,476 / 13,486] 374 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 19 of 50); 26s remote-cache, linux-sandbox ... (20 actions running)
[13,485 / 13,486] 374 / 375 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 23 of 50); 28s remote-cache, linux-sandbox
INFO: Elapsed time: 1775.412s, Critical Path: 439.63s
INFO: 13474 processes: 6832 remote cache hit, 1516 internal, 5126 linux-sandbox.
INFO: Build completed successfully, 13474 total actions
//pkg/ddl/tests/fail:fail_test                                            FLAKY, failed in 1 out of 13 in 135.1s
  Stats over 13 runs: max = 135.1s, min = 38.1s, avg = 60.9s, dev = 23.7s
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_12_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_11_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_10_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_1_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_9_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_2_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_3_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_8_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_4_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_6_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_5_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_7_of_12/coverage.dat
//pkg/executor/test/indexmergereadtest:indexmergereadtest_test            FLAKY, failed in 1 out of 38 in 150.2s
  Stats over 38 runs: max = 150.2s, min = 32.3s, avg = 57.4s, dev = 28.8s
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_37_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_36_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_35_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_34_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_1_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_2_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_3_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_4_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_33_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_5_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_6_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_32_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_7_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_31_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_9_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_30_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_10_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_11_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_29_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_12_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_28_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_13_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_8_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_27_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_14_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_15_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_26_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_17_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_25_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_18_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_16_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_24_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_20_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_19_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_23_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_21_of_37/coverage.dat
  /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/executor/test/indexmergereadtest/indexmergereadtest_test/shard_22_of_37/coverage.dat
Test cases: finished with 8171 passing and 0 failing out of 8171 test cases

Executed 187 out of 375 tests: 375 tests pass.
root: /home/jenkins/.tidb/tmp/af6bf8ffe4d3d9ebd17e260a32fdae80/execroot/__main__/bazel-out/k8-fastbuild/testlogs
complete to collect bazel result.
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/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: TestFailSchemaSyncer
TestPartitionTableRandomIndexMerge 144.12
Output files:
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
bazel-target-output-L2257-3108.timeout.log
bazel-target-output-L880-1914.fail.log
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 9721933e-a61c-4e7b-91c5-06b9151f9070' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: release-7.5' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/821/' --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: 9721933e-a61c-4e7b-91c5-06b9151f9070
> ce-source: https://do.pingcap.net/jenkins/
> ce-type: test-case-run-report
> ce-repo: pingcap/tidb
> ce-branch: release-7.5
> ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-7.5/job/ghpr_unit_test/821/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 290
> 
} [data not shown]
* upload completely sent off: 290 out of 290 bytes

100   290    0     0  100   290      0    285  0:00:01  0:00:01 --:--:--   285
100   290    0     0  100   290      0    143  0:00:02  0:00:02 --:--:--   143
100   290    0     0  100   290      0     96  0:00:03  0:00:03 --:--:--    96
100   290    0     0  100   290      0     72  0:00:04  0:00:04 --:--:--    72
100   290    0     0  100   290      0     57  0:00:05  0:00:05 --:--:--    57
100   290    0     0  100   290      0     48  0:00:06  0:00:06 --:--:--     0
100   290    0     0  100   290      0     41  0:00:07  0:00:07 --:--:--     0
100   290    0     0  100   290      0     36  0:00:08  0:00:08 --:--:--     0
100   290    0     0  100   290      0     32  0:00:09  0:00:09 --:--:--     0+ true
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-7.5/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2024-05-06T03:02:29.476Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.5.0
[2024-05-06T03:02:29.478Z] ['info'] => Project root located at: .
[2024-05-06T03:02:29.481Z] ['info'] ->  Token found by environment variables
[2024-05-06T03:02:29.493Z] ['info'] Searching for coverage files...
[2024-05-06T03:02:32.041Z] ['info'] => Found 1 possible coverage files:
  ./coverage.dat
[2024-05-06T03:02:32.041Z] ['info'] Processing ./coverage.dat...
[2024-05-06T03:02:32.315Z] ['info'] Using manual override from args.
[2024-05-06T03:02:32.315Z] ['info'] Detected Jenkins CI as the CI provider.
[2024-05-06T03:02:32.328Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F53022&build=821&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Frelease-7.5%2Fjob%2Fghpr_unit_test%2F821%2F&commit=8a19564f29b048047e6bf26aebcbb57569619f55&job=&pr=53022&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent=
[2024-05-06T03:02:33.340Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/8a19564f29b048047e6bf26aebcbb57569619f55
https://storage.googleapis.com/codecov/v4/raw/2024-05-06/F6B65B6EE70BEC6C6B5E073ED3BB1A79/8a19564f29b048047e6bf26aebcbb57569619f55/d90e9eb1-29cd-4ce7-b532-56078da2515b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240506%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240506T030233Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=363aab0a18c1f474827727ebbd2e859db156444a7bc2183e1b0525b724ec909d
[2024-05-06T03:02:33.340Z] ['info'] Uploading...
[2024-05-06T03:02:34.969Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/8a19564f29b048047e6bf26aebcbb57569619f55"}
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS