Skip to content

Console Output

Skipping 481 KB.. Full Log
[2024/05/17 10:54:09.394 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=89] [version=44]
[2024/05/17 10:54:09.395 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=44] ["take time"=19.151354ms] [job="ID:89, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:88, RowCount:0, ArgLen:2, start time: 2024-05-17 10:54:09.015 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:09.453 +00:00] [INFO] [ddl_worker.go:759] ["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-17 10:54:09.015 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:09.550 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=89]
[2024/05/17 10:54:09.551 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:54:09.552 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# Query_time: 0.562115744\n# Parse_time: 0\n# Compile_time: 0.004618202\n# Rewrite_time: 0.000013511\n# Optimize_time: 0\n# Wait_TS: 0.000134498\n# DB: mysql\n# Is_internal: true\n# Digest: a2de40f38c40a12cca2de8ba7dffa75407607354a3f9335d67717fa5648c5128\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"]
[2024/05/17 10:54:09.562 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=44] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=]
[2024/05/17 10:54:09.660 +00:00] [INFO] [ddl_worker.go:260] ["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-17 10:54:09.576 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/17 10:54:09.660 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:91, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-17 10:54:09.576 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_queries (\n\t\tresource_group_name varchar(32) not null,\n\t\ttime TIMESTAMP NOT NULL,\n\t\tmatch_type varchar(12) NOT NULL,\n\t\taction varchar(12) NOT NULL,\n\t\toriginal_sql TEXT NOT NULL,\n\t\tplan_digest TEXT NOT NULL,\n\t\ttidb_server varchar(512),\n\t\tINDEX plan_index(plan_digest(64)) COMMENT \"accelerate the speed when select runaway query\",\n\t\tINDEX time_index(time) COMMENT \"accelerate the speed when querying with active watch\"\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"]
[2024/05/17 10:54:09.707 +00:00] [INFO] [ddl_worker.go:1206] ["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-17 10:54:09.576 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:09.858 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=44] [neededSchemaVersion=45] ["start time"=3.05823ms] [gotSchemaVersion=45] [phyTblIDs="[90]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/17 10:54:09.873 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/17 10:54:09.873 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=91] [version=45]
[2024/05/17 10:54:09.875 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=45] ["take time"=20.891248ms] [job="ID:91, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:2, start time: 2024-05-17 10:54:09.576 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:09.966 +00:00] [INFO] [ddl_worker.go:759] ["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-17 10:54:09.576 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:10.051 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=91]
[2024/05/17 10:54:10.052 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:54:10.054 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# Query_time: 0.49627818\n# Parse_time: 0\n# Compile_time: 0.004763625\n# Rewrite_time: 0.000023834\n# Optimize_time: 0\n# Wait_TS: 0.000154861\n# DB: mysql\n# Is_internal: true\n# Digest: 138d4c5637e5b37a1254d33767e808750320baffba8200a31ad2008bb2b5df97\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"]
[2024/05/17 10:54:10.087 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=]
[2024/05/17 10:54:10.238 +00:00] [ERROR] [runaway.go:156] ["try to get done runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchDoneRecord\n\tpkg/domain/runaway.go:549\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchDoneRecord\n\tpkg/domain/runaway.go:506\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchDoneRecords\n\tpkg/domain/runaway.go:480\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:154\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:156\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"]
[2024/05/17 10:54:10.238 +00:00] [WARN] [runaway.go:175] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchDoneRecord\n\tpkg/domain/runaway.go:549\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchDoneRecord\n\tpkg/domain/runaway.go:506\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchDoneRecords\n\tpkg/domain/runaway.go:480\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:154\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"]
[2024/05/17 10:54:10.267 +00:00] [INFO] [ddl_worker.go:260] ["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-17 10:54:10.11 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/17 10:54:10.267 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-17 10:54:10.11 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"]
[2024/05/17 10:54:10.376 +00:00] [INFO] [ddl_worker.go:1206] ["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-17 10:54:10.11 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:10.644 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=8.930154ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/17 10:54:10.660 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/17 10:54:10.660 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46]
[2024/05/17 10:54:10.662 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=28.141452ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-17 10:54:10.11 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:10.853 +00:00] [INFO] [ddl_worker.go:759] ["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-17 10:54:10.11 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:11.010 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=93]
[2024/05/17 10:54:11.010 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:54:11.012 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# Query_time: 0.948362683\n# Parse_time: 0\n# Compile_time: 0.02396016\n# Rewrite_time: 0.000023337\n# Optimize_time: 0\n# Wait_TS: 0.000141963\n# DB: mysql\n# Is_internal: true\n# Digest: 9911fdd027ae330cb69c5cc84a8759473df277eda62594b0dc9b5a797f09a21d\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"]
[2024/05/17 10:54:11.027 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=]
[2024/05/17 10:54:11.121 +00:00] [INFO] [ddl_worker.go:260] ["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-17 10:54:11.042 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/17 10:54:11.121 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-17 10:54:11.042 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"]
[2024/05/17 10:54:11.175 +00:00] [INFO] [ddl_worker.go:1206] ["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-17 10:54:11.042 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:11.217 +00:00] [ERROR] [runaway.go:156] ["try to get done runaway watch"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchDoneRecord\n\tpkg/domain/runaway.go:549\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchDoneRecord\n\tpkg/domain/runaway.go:506\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchDoneRecords\n\tpkg/domain/runaway.go:480\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:154\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [stack="github.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:156\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99"]
[2024/05/17 10:54:11.217 +00:00] [WARN] [runaway.go:175] ["get runaway watch record failed"] [error="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist"] [errorVerbose="[schema:1146]Table 'mysql.tidb_runaway_watch_done' doesn't exist\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/planner/core.Preprocess\n\tpkg/planner/core/preprocess.go:140\ngithub.com/pingcap/tidb/pkg/executor.(*Compiler).Compile\n\tpkg/executor/compiler.go:66\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2086\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteInternalStmt\n\tpkg/session/session.go:1990\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL.func1\n\tpkg/session/session.go:1955\ngithub.com/pingcap/tidb/pkg/session.(*session).withRestrictedSQLExecutor\n\tpkg/session/session.go:1941\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecRestrictedSQL\n\tpkg/session/session.go:1945\ngithub.com/pingcap/tidb/pkg/domain.(*SystemTableReader).Read\n\tpkg/domain/runaway.go:622\ngithub.com/pingcap/tidb/pkg/domain.getRunawayWatchDoneRecord\n\tpkg/domain/runaway.go:549\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getWatchDoneRecord\n\tpkg/domain/runaway.go:506\ngithub.com/pingcap/tidb/pkg/domain.(*runawaySyncer).getNewWatchDoneRecords\n\tpkg/domain/runaway.go:480\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).updateNewAndDoneWatch\n\tpkg/domain/runaway.go:154\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).runawayWatchSyncLoop\n\tpkg/domain/runaway.go:173\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"]
[2024/05/17 10:54:11.484 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=3.242512ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/17 10:54:11.498 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/17 10:54:11.498 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47]
[2024/05/17 10:54:11.499 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=18.737736ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-17 10:54:11.042 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:11.664 +00:00] [INFO] [ddl_worker.go:759] ["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-17 10:54:11.042 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:11.782 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=95]
[2024/05/17 10:54:11.782 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:54:11.784 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# Query_time: 0.767775598\n# Parse_time: 0\n# Compile_time: 0.010633274\n# Rewrite_time: 0.000014\n# Optimize_time: 0\n# Wait_TS: 0.000148486\n# DB: mysql\n# Is_internal: true\n# Digest: 18ab068c70cca87bd99eadc5e483c12b4b41273470a58870b5f4e6eaf6322ce4\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"]
[2024/05/17 10:54:11.790 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n        host VARCHAR(261) NOT NULL PRIMARY KEY,\n        role VARCHAR(64),\n        cpu_count int default 0,\n        keyspace_id bigint(8) NOT NULL DEFAULT -1\n    );"] [user=]
[2024/05/17 10:54:11.908 +00:00] [INFO] [ddl_worker.go:260] ["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-17 10:54:11.823 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/17 10:54:11.908 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-17 10:54:11.823 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n        host VARCHAR(261) NOT NULL PRIMARY KEY,\n        role VARCHAR(64),\n        cpu_count int default 0,\n        keyspace_id bigint(8) NOT NULL DEFAULT -1\n    );"]
[2024/05/17 10:54:12.115 +00:00] [INFO] [ddl_worker.go:1206] ["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-17 10:54:11.823 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:12.263 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=2.166195ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/17 10:54:12.277 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/17 10:54:12.277 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48]
[2024/05/17 10:54:12.278 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=18.274982ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-17 10:54:11.823 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:12.392 +00:00] [INFO] [ddl_worker.go:759] ["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-17 10:54:11.823 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:12.463 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=97]
[2024/05/17 10:54:12.463 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:54:12.465 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# Query_time: 0.677949532\n# Parse_time: 0\n# Compile_time: 0.002867793\n# Rewrite_time: 0.000013674\n# Optimize_time: 0\n# Wait_TS: 0.000131834\n# DB: mysql\n# Is_internal: true\n# Digest: d7aca5b8f7b6ebbd013778d4a0451e0b59954ffc0090d361b1f71722be496608\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"]
[2024/05/17 10:54:12.472 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=]
[2024/05/17 10:54:12.557 +00:00] [INFO] [ddl_worker.go:260] ["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-17 10:54:12.488 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/17 10:54:12.557 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-17 10:54:12.488 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"]
[2024/05/17 10:54:12.636 +00:00] [INFO] [ddl_worker.go:1206] ["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-17 10:54:12.488 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:12.765 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=2.212175ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/17 10:54:12.777 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/17 10:54:12.777 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49]
[2024/05/17 10:54:12.778 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=16.346897ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-17 10:54:12.488 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:12.898 +00:00] [INFO] [ddl_worker.go:759] ["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-17 10:54:12.488 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:12.968 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=99]
[2024/05/17 10:54:12.969 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:54:12.971 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# Query_time: 0.502382796\n# Parse_time: 0\n# Compile_time: 0.003629436\n# Rewrite_time: 0.00001363\n# Optimize_time: 0\n# Wait_TS: 0.000134898\n# DB: mysql\n# Is_internal: true\n# Digest: 5ca9dd4b3efdb0fd8b4c7af3016f911e048fc356c5b2a241e06c5bc30f085ce7\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"]
[2024/05/17 10:54:12.973 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=]
[2024/05/17 10:54:13.004 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-17 10:54:12.987 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/17 10:54:13.004 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-17 10:54:12.987 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"]
[2024/05/17 10:54:13.100 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-17 10:54:12.987 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:13.126 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=606.699µs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"]
[2024/05/17 10:54:13.141 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/17 10:54:13.141 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50]
[2024/05/17 10:54:13.144 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=19.471948ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-17 10:54:12.987 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:13.355 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-17 10:54:12.987 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:13.400 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=101]
[2024/05/17 10:54:13.400 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:54:13.402 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# Query_time: 0.430239991\n# Parse_time: 0\n# Compile_time: 0.0010799\n# Rewrite_time: 0.000011217\n# Optimize_time: 0\n# Wait_TS: 0.000191953\n# DB: mysql\n# Is_internal: true\n# Digest: 28d51e3d698da98c60f20a53b5051c7b2d219978d014ce863413788ed5d6649b\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"]
[2024/05/17 10:54:13.473 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-17 10:54:13.427 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/17 10:54:13.473 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-17 10:54:13.427 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE OR REPLACE VIEW sys.schema_unused_indexes AS\n\t\tSELECT\n\t\t\ttable_schema as object_schema,\n\t\t\ttable_name as object_name,\n\t\t\tindex_name\n\t\tFROM information_schema.cluster_tidb_index_usage\n\t\tWHERE\n\t\t\ttable_schema not in ('sys', 'mysql', 'INFORMATION_SCHEMA', 'PERFORMANCE_SCHEMA') and\n\t\t\tindex_name != 'PRIMARY'\n\t\tGROUP BY table_schema, table_name, index_name\n\t\tHAVING\n\t\t\tsum(last_access_time) is null;"]
[2024/05/17 10:54:13.575 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-17 10:54:13.427 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:13.739 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=1.897712ms] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"]
[2024/05/17 10:54:13.753 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/17 10:54:13.753 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51]
[2024/05/17 10:54:13.756 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=33.420023ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-17 10:54:13.427 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:13.897 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-17 10:54:13.427 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:13.967 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=103]
[2024/05/17 10:54:13.967 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:54:13.969 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# Query_time: 0.561904265\n# Parse_time: 0\n# Compile_time: 0.006215887\n# Rewrite_time: 0.003040631\n# Optimize_time: 0\n# Wait_TS: 0.000140664\n# DB: mysql\n# Is_internal: true\n# Digest: 04175714d714f771531a56c7ae3f097cec113655220f87ac336c5ae44d3d3f8f\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\n;"]
[2024/05/17 10:54:14.862 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 449824228368973824\n# Query_time: 0.664056222\n# Parse_time: 0\n# Compile_time: 0.324329931\n# Rewrite_time: 0.008314299\n# Optimize_time: 0\n# Wait_TS: 0\n# DB: mysql\n# Is_internal: true\n# Digest: eb58d96d7eba9ae407efec64db335db75d58891b8cfae5274e34deeeb21575de\n# Num_cop_tasks: 0\n# Mem_max: 367922\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: true\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('owPwPDAJMjdfMQkwCTAJTi9BCTAJdGltZTozMjMuM21zLCBsb29wczoxLCBwcmVwYXJlOiB7dG90YWw6IDU0LjQBIkxhdXRvX2lkX2FsbG9jYXRvcjogewUMZF9jbnQ6IDEsIEdldDp7bnVtX3JwYzoxLCB0AUEAXwVouDI2MS44wrVzfSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjY5My42wrVzLCBnZXRfESQYczoyMi4xwgEXCRMMOjkuMgWwHHNsb3dlc3RfEUEFdAAgEbRgMC4wMDFzLCByZWdpb25faWQ6IDIsIHN0bwHZBQcIMSwgGYwYcHJpbWFyeUZEAAA5ikQADWQIbnVtAfQFzgxfa2V5JU0JDghieXQhaoB9fX0sIGluc2VydDoyNjguOG1zCTExMS4zIEtCCU4vQQo=')\n# Resource_group: default\n;"]
[2024/05/17 10:54:15.111 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=30.915530073s]
[2024/05/17 10:54:15.167 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=68838299-dcab-4f0a-95d1-2b35f808e51f] [ownerKey=/tidb/ddl/fg/owner]
[2024/05/17 10:54:15.167 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/17 10:54:15.167 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=34.517µs]
[2024/05/17 10:54:15.167 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=10.164µs]
[2024/05/17 10:54:15.167 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=22.88µs]
[2024/05/17 10:54:15.167 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=19.233µs]
[2024/05/17 10:54:15.167 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/17 10:54:15.167 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=14.208µs]
[2024/05/17 10:54:15.167 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/17 10:54:15.168 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/05/17 10:54:15.168 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl]
[2024/05/17 10:54:15.214 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=68838299-dcab-4f0a-95d1-2b35f808e51f] ["take time"=100.280006ms]
[2024/05/17 10:54:15.214 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=68838299-dcab-4f0a-95d1-2b35f808e51f]
[2024/05/17 10:54:15.215 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/05/17 10:54:15.216 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/17 10:54:15.216 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/05/17 10:54:15.216 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/17 10:54:15.216 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/05/17 10:54:15.216 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/05/17 10:54:15.216 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/05/17 10:54:15.216 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/17 10:54:15.216 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/05/17 10:54:15.216 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/17 10:54:15.217 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/05/17 10:54:15.217 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/05/17 10:54:15.218 +00:00] [INFO] [domain.go:906] ["loadSchemaInLoop exited."]
[2024/05/17 10:54:15.218 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/05/17 10:54:15.231 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/17 10:54:15.232 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=118.16884ms]
[2024/05/17 10:54:15.232 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=33684142-1f09-4bee-884d-c2a835844008] ["ddl lease"=500ms] ["stats lease"=-1ns]
[2024/05/17 10:54:15.467 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"]
[2024/05/17 10:54:15.467 +00:00] [INFO] [controller.go:185] ["load resource controller config"] [config="{\"degraded-mode-wait-duration\":\"0s\",\"ltb-max-wait-duration\":\"30s\",\"wait-retry-interval\":\"50ms\",\"wait-retry-times\":10,\"request-unit\":{\"read-base-cost\":0.125,\"read-per-batch-base-cost\":0.5,\"read-cost-per-byte\":0.0000152587890625,\"write-base-cost\":1,\"write-per-batch-base-cost\":1,\"write-cost-per-byte\":0.0009765625,\"read-cpu-ms-cost\":0.3333333333333333},\"enable-controller-trace-log\":\"false\"}"] [ru-config="{\"ReadBaseCost\":0.125,\"ReadPerBatchBaseCost\":0.5,\"ReadBytesCost\":0.0000152587890625,\"WriteBaseCost\":1,\"WritePerBatchBaseCost\":1,\"WriteBytesCost\":0.0009765625,\"CPUMsCost\":0.3333333333333333,\"LTBMaxWaitDuration\":30000000000,\"WaitRetryInterval\":50000000,\"WaitRetryTimes\":10,\"DegradedModeWaitDuration\":0}"]
[2024/05/17 10:54:15.628 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=159.178144ms]
[2024/05/17 10:54:15.634 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"]
[2024/05/17 10:54:15.635 +00:00] [INFO] [ddl.go:817] ["start DDL"] [category=ddl] [ID=763c4be1-b5f0-4bf7-8d03-6d24795ddd90] [runWorker=true]
[2024/05/17 10:54:15.635 +00:00] [INFO] [ddl.go:776] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true]
[2024/05/17 10:54:15.636 +00:00] [WARN] [env.go:51] ["initialize environment failed"] [category=ddl-ingest] ["storage limitation"="only support TiKV storage"] ["current storage"=unistore] ["lightning is initialized"=false]
[2024/05/17 10:54:15.636 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop]
[2024/05/17 10:54:15.636 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop]
[2024/05/17 10:54:15.636 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/17 10:54:15.636 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper]
[2024/05/17 10:54:15.636 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/17 10:54:15.636 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/17 10:54:15.636 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/17 10:54:15.636 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop]
[2024/05/17 10:54:15.636 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper]
[2024/05/17 10:54:15.636 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/17 10:54:15.636 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."]
[2024/05/17 10:54:15.638 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false]
[2024/05/17 10:54:15.638 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl]
[2024/05/17 10:54:15.640 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop]
[2024/05/17 10:54:15.667 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/05/17 10:54:15.668 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"]
[2024/05/17 10:54:15.691 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false]
[2024/05/17 10:54:15.691 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none]
[2024/05/17 10:54:15.749 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true]
[2024/05/17 10:54:15.756 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default]
[2024/05/17 10:54:15.896 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop]
[2024/05/17 10:54:15.974 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/05/17 10:54:15.991 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker]
[2024/05/17 10:54:15.991 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"]
[2024/05/17 10:54:15.995 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker]
[2024/05/17 10:54:15.995 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner]
[2024/05/17 10:54:15.999 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop]
[2024/05/17 10:54:16.002 +00:00] [INFO] [manager.go:113] ["build task executor manager"] [server-id=:4000] [total-cpu=16] [total-mem=342.3GiB]
[2024/05/17 10:54:16.012 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/05/17 10:54:16.013 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/05/17 10:54:16.025 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=distTaskFrameworkLoop]
[2024/05/17 10:54:16.027 +00:00] [INFO] [manager.go:146] ["task executor manager start"] [server-id=:4000]
[2024/05/17 10:54:16.027 +00:00] [INFO] [domain.go:1525] ["dist task executor manager started"]
[2024/05/17 10:54:16.145 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1] [name=tidb_capture_plan_baselines] [val=ON]
[2024/05/17 10:54:16.159 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="drop table if exists t"] [user=]
[2024/05/17 10:54:16.162 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=51] [cur_db=test] [sql="create table t(a int)"] [user=]
[2024/05/17 10:54:16.276 +00:00] [INFO] [ddl_worker.go:260] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-17 10:54:16.178 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/17 10:54:16.276 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-17 10:54:16.178 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t(a int)"]
[2024/05/17 10:54:16.429 +00:00] [INFO] [ddl_worker.go:1206] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=1] [category=ddl] [job="ID:105, Type:create table, State:queueing, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:54:16.178 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:16.523 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=52] ["start time"=1.507591ms] [gotSchemaVersion=52] [phyTblIDs="[104]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/17 10:54:16.537 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=105] [version=52]
[2024/05/17 10:54:16.538 +00:00] [INFO] [ddl_worker.go:1454] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=52] ["take time"=18.180466ms] [job="ID:105, Type:create table, State:done, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-17 10:54:16.178 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:16.693 +00:00] [INFO] [ddl_worker.go:759] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=1] [job="ID:105, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-17 10:54:16.178 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/17 10:54:16.743 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=105]
[2024/05/17 10:54:16.743 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/17 10:54:16.745 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# Conn_ID: 1\n# Query_time: 0.584636237\n# Parse_time: 0.000550089\n# Compile_time: 0.001038136\n# Rewrite_time: 0.000012461\n# Optimize_time: 0.000627798\n# Wait_TS: 0.000119306\n# DB: test\n# Is_internal: false\n# Digest: 502809fb762949a45126a72a5116ca0a2c46abd120256786223833b61a389de9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse test;\ncreate table t(a int);"]
[2024/05/17 10:54:17.014 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl]
[2024/05/17 10:54:17.014 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true]
[2024/05/17 10:54:17.029 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16]
[2024/05/17 10:54:17.065 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000]
[2024/05/17 10:54:17.065 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000]
[2024/05/17 10:54:17.065 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000]
[2024/05/17 10:54:17.065 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000]
[2024/05/17 10:54:17.625 +00:00] [WARN] [capture.go:107] ["capture table filter is invalid, ignore it"] [category=sql-bind] [filter_value=t]
[2024/05/17 10:54:17.639 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig]
[2024/05/17 10:54:17.797 +00:00] [WARN] [capture.go:107] ["capture table filter is invalid, ignore it"] [category=sql-bind] [filter_value=t]
[2024/05/17 10:54:17.847 +00:00] [WARN] [capture.go:107] ["capture table filter is invalid, ignore it"] [category=sql-bind] [filter_value=t]
[2024/05/17 10:54:18.425 +00:00] [WARN] [capture.go:120] ["frequency threshold is less than 1, ignore it"] [category=sql-bind] [frequency=0]
[2024/05/17 10:54:18.469 +00:00] [WARN] [capture.go:120] ["frequency threshold is less than 1, ignore it"] [category=sql-bind] [frequency=0]
[2024/05/17 10:54:18.683 +00:00] [WARN] [capture.go:127] ["unknown capture filter type, ignore it"] [category=sql-bind] [filter_type=unknown]
[2024/05/17 10:54:18.728 +00:00] [WARN] [capture.go:127] ["unknown capture filter type, ignore it"] [category=sql-bind] [filter_type=unknown]
    capture_test.go:901: 
        	Error Trace:	pkg/bindinfo/capture_test.go:901
        	Error:      	"[[select * from `test` . `t` where `a` > ? SELECT /*+ use_index(@`sel_1` `test`.`t` )*/ * FROM `test`.`t` WHERE `a` > 10 test enabled 2024-05-17 10:54:18.800 2024-05-17 10:54:18.800 utf8mb4 utf8mb4_bin capture 9718dd3297445ea0d31e5210a4d30d2520e3193b9e02147c6d354ba5107ab75f ]]" should have 0 item(s), but has 1
        	Test:       	TestCaptureFilter
[2024/05/17 10:54:19.008 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1] [name=tidb_capture_plan_baselines] [val=off]
[2024/05/17 10:54:19.046 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=763c4be1-b5f0-4bf7-8d03-6d24795ddd90] [ownerKey=/tidb/ddl/fg/owner]
[2024/05/17 10:54:19.046 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/17 10:54:19.046 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=34.902µs]
[2024/05/17 10:54:19.046 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=28.138µs]
[2024/05/17 10:54:19.046 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=28.185µs]
[2024/05/17 10:54:19.046 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=23.644µs]
[2024/05/17 10:54:19.046 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/17 10:54:19.046 +00:00] [INFO] [ddl_worker.go:188] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=25.019µs]
[2024/05/17 10:54:19.046 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/17 10:54:19.046 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/05/17 10:54:19.046 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl]
[2024/05/17 10:54:19.048 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=763c4be1-b5f0-4bf7-8d03-6d24795ddd90] ["take time"=38.531199ms]
[2024/05/17 10:54:19.048 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=763c4be1-b5f0-4bf7-8d03-6d24795ddd90]
[2024/05/17 10:54:19.048 +00:00] [INFO] [domain.go:1025] ["stopping ttlJobManager"]
[2024/05/17 10:54:19.049 +00:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl]
[2024/05/17 10:54:19.049 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/05/17 10:54:19.049 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/17 10:54:19.049 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/17 10:54:19.049 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/17 10:54:19.049 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/17 10:54:19.049 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/05/17 10:54:19.049 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/17 10:54:19.050 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/17 10:54:19.050 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/17 10:54:19.050 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/17 10:54:19.059 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager]
[2024/05/17 10:54:19.059 +00:00] [INFO] [domain.go:1036] ["ttlJobManager exited."]
[2024/05/17 10:54:19.059 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/05/17 10:54:19.059 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/17 10:54:19.059 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/17 10:54:19.059 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."]
[2024/05/17 10:54:19.059 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/05/17 10:54:19.059 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker]
[2024/05/17 10:54:19.059 +00:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=763c4be1-b5f0-4bf7-8d03-6d24795ddd90]
[2024/05/17 10:54:19.059 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."]
[2024/05/17 10:54:19.059 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/05/17 10:54:19.059 +00:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [server-id=:4000]
[2024/05/17 10:54:19.059 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."]
[2024/05/17 10:54:19.059 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker]
[2024/05/17 10:54:19.060 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=763c4be1-b5f0-4bf7-8d03-6d24795ddd90] [ownerKey=/tidb/bindinfo/owner]
[2024/05/17 10:54:19.060 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."]
[2024/05/17 10:54:19.060 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."]
[2024/05/17 10:54:19.060 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop]
[2024/05/17 10:54:19.060 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/05/17 10:54:19.060 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/05/17 10:54:19.060 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/17 10:54:19.060 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/17 10:54:19.060 +00:00] [INFO] [domain.go:906] ["loadSchemaInLoop exited."]
[2024/05/17 10:54:19.060 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/05/17 10:54:19.060 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/05/17 10:54:19.060 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/05/17 10:54:19.060 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/17 10:54:19.060 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/05/17 10:54:19.060 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/17 10:54:19.060 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/05/17 10:54:19.060 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/05/17 10:54:19.060 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop]
[2024/05/17 10:54:19.060 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/17 10:54:19.060 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/17 10:54:19.060 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/17 10:54:19.060 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000]
[2024/05/17 10:54:19.060 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/17 10:54:19.060 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=763c4be1-b5f0-4bf7-8d03-6d24795ddd90] [ownerKey=/tidb/stats/owner]
[2024/05/17 10:54:19.060 +00:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [server-id=:4000]
[2024/05/17 10:54:19.060 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner]
[2024/05/17 10:54:19.060 +00:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [server-id=:4000]
[2024/05/17 10:54:19.060 +00:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [server-id=:4000]
[2024/05/17 10:54:19.061 +00:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=763c4be1-b5f0-4bf7-8d03-6d24795ddd90]
[2024/05/17 10:54:19.061 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"]
[2024/05/17 10:54:19.081 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000]
[2024/05/17 10:54:19.081 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"]
[2024/05/17 10:54:19.082 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop]
[2024/05/17 10:54:19.091 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=82.035788ms]
[2024/05/17 10:54:19.093 +00:00] [INFO] [db.go:567] ["Closing database"]
[2024/05/17 10:54:19.093 +00:00] [INFO] [db.go:592] ["Memtable flushed"]
[2024/05/17 10:54:19.093 +00:00] [INFO] [db.go:596] ["Compaction finished"]
[2024/05/17 10:54:19.093 +00:00] [INFO] [db.go:615] ["BlobManager finished"]
[2024/05/17 10:54:19.094 +00:00] [INFO] [db.go:619] ["ResourceManager finished"]
[2024/05/17 10:54:19.094 +00:00] [INFO] [db.go:625] ["Waiting for closer"]
--- FAIL: TestCaptureFilter (35.47s)
FAIL
coverage: 10.3% of statements
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 1
/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/11636/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/bindinfo/bindinfo_test_/bindinfo_test.runfiles/__main__/pkg/bindinfo/bindinfo_test_/bindinfo_test
================================================================================
[12,676 / 12,966] 306 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 128s remote-cache, linux-sandbox ... (70 actions running)
[12,678 / 12,966] 306 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 130s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,679 / 12,966] 307 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 131s remote-cache, linux-sandbox ... (70 actions running)
[12,684 / 12,966] 307 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 133s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,684 / 12,966] 307 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 134s remote-cache, linux-sandbox ... (70 actions running)
[12,689 / 12,966] 307 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 136s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,692 / 12,966] 307 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 137s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,693 / 12,966] 307 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 138s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,695 / 12,966] 307 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 139s remote-cache, linux-sandbox ... (70 actions running)
[12,697 / 12,966] 307 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 140s remote-cache, linux-sandbox ... (70 actions running)
[12,699 / 12,966] 307 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 141s remote-cache, linux-sandbox ... (70 actions running)
[12,703 / 12,966] 307 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 142s remote-cache, linux-sandbox ... (70 actions running)
[12,705 / 12,989] 307 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 144s remote-cache, linux-sandbox ... (70 actions running)
[12,707 / 12,989] 307 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 145s remote-cache, linux-sandbox ... (70 actions running)
[12,708 / 12,989] 308 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 40s remote-cache, linux-sandbox ... (70 actions running)
[12,710 / 12,989] 308 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 42s remote-cache, linux-sandbox ... (70 actions running)
[12,711 / 12,989] 308 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,714 / 12,989] 310 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,716 / 12,989] 310 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 46s remote-cache, linux-sandbox ... (70 actions running)
[12,719 / 12,991] 310 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,723 / 12,991] 310 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,724 / 12,991] 310 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,728 / 12,991] 311 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,729 / 12,991] 311 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 53s remote-cache, linux-sandbox ... (70 actions running)
[12,730 / 12,991] 312 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 54s remote-cache, linux-sandbox ... (70 actions running)
[12,731 / 12,991] 312 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,732 / 12,991] 312 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 57s remote-cache, linux-sandbox ... (70 actions running)
[12,737 / 12,998] 312 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,740 / 12,998] 312 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,743 / 12,998] 313 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,746 / 13,002] 313 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 62s remote-cache, linux-sandbox ... (70 actions running)
[12,748 / 13,004] 313 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 63s remote-cache, linux-sandbox ... (70 actions running)
[12,751 / 13,050] 314 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 64s remote-cache, linux-sandbox ... (70 actions running)
[12,755 / 13,050] 315 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 8 of 11); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,758 / 13,050] 315 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 8 of 11); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,758 / 13,050] 315 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 8 of 11); 46s remote-cache, linux-sandbox ... (70 actions running)
[12,758 / 13,050] 316 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 8 of 11); 47s remote-cache, linux-sandbox ... (70 actions running)
[12,765 / 13,050] 316 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 8 of 11); 49s remote-cache, linux-sandbox ... (70 actions running)
[12,767 / 13,054] 316 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 8 of 11); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,770 / 13,054] 316 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 38s remote-cache, linux-sandbox ... (70 actions running)
[12,773 / 13,054] 316 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,776 / 13,078] 316 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,778 / 13,087] 316 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 42s remote-cache, linux-sandbox ... (70 actions running)
[12,779 / 13,087] 316 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,780 / 13,087] 316 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,782 / 13,087] 316 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 7 of 28); 41s remote-cache, linux-sandbox ... (70 actions running)
[12,786 / 13,093] 317 / 404 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 8 of 32); 39s remote-cache, linux-sandbox ... (70 actions running)
[12,786 / 13,093] 317 / 404 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 8 of 32); 40s remote-cache, linux-sandbox ... (70 actions running)
[12,790 / 13,093] 317 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,792 / 13,093] 317 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 39s remote-cache, linux-sandbox ... (70 actions running)
[12,792 / 13,093] 317 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 41s remote-cache, linux-sandbox ... (70 actions running)
[12,795 / 13,093] 317 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 42s remote-cache, linux-sandbox ... (70 actions running)
[12,796 / 13,093] 317 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,799 / 13,093] 317 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,800 / 13,093] 318 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 46s remote-cache, linux-sandbox ... (70 actions running)
[12,800 / 13,093] 318 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 47s remote-cache, linux-sandbox ... (70 actions running)
[12,803 / 13,093] 318 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 48s remote-cache, linux-sandbox ... (70 actions running)
[12,804 / 13,093] 318 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,807 / 13,144] 318 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,807 / 13,144] 318 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,809 / 13,144] 318 / 404 tests; Testing //pkg/bindinfo:bindinfo_test (shard 33 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,813 / 13,144] 318 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 7 of 12); 42s remote-cache, linux-sandbox ... (69 actions running)
[12,813 / 13,144] 318 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 7 of 12); 44s remote-cache, linux-sandbox ... (70 actions running)
[12,817 / 13,164] 318 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 7 of 12); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,819 / 13,175] 318 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 7 of 12); 47s remote-cache, linux-sandbox ... (70 actions running)
[12,819 / 13,175] 318 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 7 of 12); 48s remote-cache, linux-sandbox ... (70 actions running)
[12,824 / 13,175] 318 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 7 of 12); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,825 / 13,175] 318 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 7 of 12); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,830 / 13,175] 318 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 7 of 12); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,831 / 13,175] 318 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 7 of 12); 53s remote-cache, linux-sandbox ... (70 actions running)
[12,835 / 13,175] 318 / 404 tests; Testing //pkg/statistics/handle/handletest/statstest:statstest_test (shard 7 of 12); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,838 / 13,175] 318 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,841 / 13,175] 319 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,841 / 13,175] 319 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 54s remote-cache, linux-sandbox ... (70 actions running)
[12,849 / 13,175] 319 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 55s remote-cache, linux-sandbox ... (69 actions running)
[12,850 / 13,175] 319 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,854 / 13,175] 319 / 404 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,855 / 13,175] 319 / 404 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 51s remote-cache, linux-sandbox ... (70 actions running)
[12,855 / 13,175] 319 / 404 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 52s remote-cache, linux-sandbox ... (70 actions running)

FLAKY: //pkg/bindinfo:bindinfo_test (Summary)
      /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_21_of_50/test_attempts/attempt_1.log
[12,863 / 13,177] 320 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 25 of 28); 36s remote-cache, linux-sandbox ... (69 actions running)
[12,864 / 13,177] 320 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 25 of 28); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,866 / 13,196] 320 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 25 of 28); 39s remote-cache, linux-sandbox ... (70 actions running)
[12,867 / 13,196] 320 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 25 of 28); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,870 / 13,196] 320 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 1 of 8); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,871 / 13,196] 320 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 1 of 8); 41s remote-cache, linux-sandbox ... (70 actions running)
[12,873 / 13,196] 321 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 3 of 42); 38s remote-cache, linux-sandbox ... (70 actions running)
[12,877 / 13,196] 321 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 3 of 42); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,879 / 13,196] 321 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 40s remote-cache, linux-sandbox ... (70 actions running)
[12,881 / 13,229] 321 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 41s remote-cache, linux-sandbox ... (70 actions running)
[12,883 / 13,229] 321 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,886 / 13,229] 321 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,888 / 13,229] 321 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 47s remote-cache, linux-sandbox ... (70 actions running)
[12,889 / 13,229] 321 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,892 / 13,229] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 49s remote-cache, linux-sandbox ... (67 actions, 65 running)
[12,893 / 13,229] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,898 / 13,244] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,899 / 13,244] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 53s remote-cache, linux-sandbox ... (70 actions running)
[12,903 / 13,244] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,904 / 13,244] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,909 / 13,244] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,909 / 13,244] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,914 / 13,244] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,915 / 13,244] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,917 / 13,244] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,922 / 13,252] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 63s remote-cache, linux-sandbox ... (70 actions running)
[12,925 / 13,252] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 64s remote-cache, linux-sandbox ... (70 actions running)
[12,930 / 13,252] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,934 / 13,252] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,937 / 13,252] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,938 / 13,252] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 69s remote-cache, linux-sandbox ... (70 actions running)
[12,942 / 13,252] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 70s remote-cache, linux-sandbox ... (70 actions running)
[12,944 / 13,252] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,946 / 13,252] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 73s remote-cache, linux-sandbox ... (70 actions running)
[12,952 / 13,303] 322 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,958 / 13,303] 323 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 75s remote-cache, linux-sandbox ... (69 actions running)
[12,959 / 13,303] 323 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,963 / 13,337] 323 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,966 / 13,337] 323 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,973 / 13,337] 323 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,975 / 13,337] 323 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,975 / 13,337] 323 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 57s remote-cache, linux-sandbox ... (70 actions running)
[12,977 / 13,337] 323 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 59s remote-cache, linux-sandbox ... (70 actions running)
[12,983 / 13,337] 324 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 61s remote-cache, linux-sandbox ... (70 actions running)
[12,987 / 13,346] 324 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,989 / 13,346] 324 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,992 / 13,346] 324 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 48s remote-cache, linux-sandbox ... (70 actions running)
[12,996 / 13,352] 325 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,999 / 13,352] 325 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 51s remote-cache, linux-sandbox ... (70 actions running)
[13,002 / 13,352] 325 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 52s remote-cache, linux-sandbox ... (70 actions running)
[13,003 / 13,352] 325 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,010 / 13,354] 325 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 18 of 28); 47s remote-cache, linux-sandbox ... (70 actions running)
[13,012 / 13,354] 325 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 43s remote-cache, linux-sandbox ... (70 actions running)
[13,017 / 13,354] 326 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,020 / 13,354] 327 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 46s remote-cache, linux-sandbox ... (70 actions running)
[13,026 / 13,367] 327 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,027 / 13,367] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,029 / 13,367] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 50s remote-cache, linux-sandbox ... (70 actions running)
[13,032 / 13,367] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,037 / 13,373] 329 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,042 / 13,373] 330 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 54s remote-cache, linux-sandbox ... (70 actions running)
[13,045 / 13,422] 330 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,046 / 13,422] 330 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,052 / 13,473] 330 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 58s remote-cache, linux-sandbox ... (70 actions running)
[13,056 / 13,473] 330 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,059 / 13,473] 330 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 60s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,062 / 13,473] 330 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,068 / 13,473] 331 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 63s remote-cache, linux-sandbox ... (70 actions running)
[13,074 / 13,475] 331 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,078 / 13,499] 331 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,081 / 13,499] 332 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,084 / 13,499] 332 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,090 / 13,499] 332 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,090 / 13,499] 332 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 70s remote-cache, linux-sandbox ... (70 actions running)
[13,091 / 13,499] 332 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 72s remote-cache, linux-sandbox ... (70 actions running)
[13,097 / 13,499] 333 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 73s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,104 / 13,517] 333 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,109 / 13,517] 334 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 76s remote-cache, linux-sandbox ... (70 actions running)
[13,110 / 13,517] 334 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,119 / 13,529] 334 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,124 / 13,529] 334 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 80s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,125 / 13,529] 334 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 81s remote-cache, linux-sandbox ... (70 actions running)
[13,126 / 13,529] 334 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 83s remote-cache, linux-sandbox ... (70 actions running)
[13,127 / 13,529] 334 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,144 / 13,580] 335 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 86s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,147 / 13,580] 335 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 87s remote-cache, linux-sandbox ... (70 actions running)
[13,148 / 13,580] 335 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 89s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,152 / 13,580] 335 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 90s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,162 / 13,580] 336 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 91s remote-cache, linux-sandbox ... (70 actions running)
[13,165 / 13,580] 337 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,167 / 13,580] 337 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,171 / 13,580] 337 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,183 / 13,626] 337 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 63s remote-cache, linux-sandbox ... (69 actions running)
[13,186 / 13,626] 337 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 64s remote-cache, linux-sandbox ... (70 actions running)
[13,190 / 13,626] 337 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,191 / 13,626] 337 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 67s remote-cache, linux-sandbox ... (70 actions running)
[13,191 / 13,626] 337 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 68s remote-cache, linux-sandbox ... (70 actions running)
[13,211 / 13,651] 338 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 69s remote-cache, linux-sandbox ... (70 actions running)
[13,212 / 13,651] 338 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 70s remote-cache, linux-sandbox ... (70 actions running)
[13,216 / 13,651] 338 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,218 / 13,651] 339 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 73s remote-cache, linux-sandbox ... (70 actions running)
[13,234 / 13,651] 339 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 74s remote-cache, linux-sandbox ... (70 actions running)
[13,235 / 13,651] 339 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,237 / 13,651] 339 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 77s remote-cache, linux-sandbox ... (70 actions running)
[13,238 / 13,651] 339 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 79s remote-cache, linux-sandbox ... (70 actions running)
[13,242 / 13,651] 339 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 51s remote-cache, linux-sandbox ... (70 actions running)
[13,265 / 13,662] 339 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 12 of 17); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,266 / 13,662] 339 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 12 of 17); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,269 / 13,662] 339 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 1 of 11); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,271 / 13,662] 339 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 1 of 11); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,288 / 13,662] 340 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 8 of 17); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,290 / 13,662] 340 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 8 of 17); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,293 / 13,662] 340 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 8 of 17); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,294 / 13,662] 340 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 3 of 11); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,296 / 13,662] 340 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 3 of 11); 31s remote-cache, linux-sandbox ... (70 actions running)
[13,311 / 13,662] 341 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 9 of 17); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,318 / 13,662] 341 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 9 of 17); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,318 / 13,662] 341 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 9 of 17); 31s remote-cache, linux-sandbox ... (70 actions running)
[13,321 / 13,662] 341 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 31 of 33); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,336 / 13,662] 341 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 31 of 33); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,342 / 13,702] 341 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 31 of 33); 31s remote-cache, linux-sandbox ... (70 actions running)
[13,348 / 13,702] 341 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 31 of 33); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,349 / 13,702] 341 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 31 of 33); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,362 / 13,730] 341 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 33s remote-cache, linux-sandbox ... (70 actions running)
[13,371 / 13,730] 342 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 34s remote-cache, linux-sandbox ... (70 actions running)
[13,374 / 13,730] 342 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 36s remote-cache, linux-sandbox ... (70 actions running)
[13,381 / 13,730] 342 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 37s remote-cache, linux-sandbox ... (70 actions running)
[13,388 / 13,730] 343 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 38s remote-cache, linux-sandbox ... (70 actions running)
[13,392 / 13,730] 344 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 40s remote-cache, linux-sandbox ... (70 actions running)
[13,396 / 13,730] 344 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 41s remote-cache, linux-sandbox ... (70 actions running)
[13,396 / 13,730] 344 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 42s remote-cache, linux-sandbox ... (70 actions running)
[13,407 / 13,730] 344 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 43s remote-cache, linux-sandbox ... (65 actions, 60 running)
[13,417 / 13,730] 344 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,419 / 13,732] 344 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 46s remote-cache, linux-sandbox ... (70 actions running)
[13,420 / 13,732] 344 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 48s remote-cache, linux-sandbox ... (70 actions running)
[13,421 / 13,732] 344 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,426 / 13,734] 348 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,448 / 13,756] 348 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 52s remote-cache, linux-sandbox ... (70 actions running)
[13,450 / 13,756] 348 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,453 / 13,756] 348 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 55s remote-cache, linux-sandbox ... (70 actions running)
[13,458 / 13,756] 348 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 56s remote-cache, linux-sandbox ... (70 actions running)
[13,466 / 13,756] 349 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,477 / 13,756] 349 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,478 / 13,756] 349 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,481 / 13,756] 349 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,483 / 13,756] 349 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 57s remote-cache, linux-sandbox ... (70 actions running)
[13,489 / 13,762] 349 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 58s remote-cache, linux-sandbox ... (70 actions running)
[13,503 / 13,762] 351 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,507 / 13,762] 351 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,512 / 13,762] 352 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 33); 24s remote-cache, linux-sandbox ... (70 actions running)
[13,513 / 13,762] 352 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 33); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,521 / 13,772] 352 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 33); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,536 / 13,772] 352 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 33); 28s remote-cache, linux-sandbox ... (70 actions running)
[13,540 / 13,772] 352 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 33); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,543 / 13,772] 353 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 33); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,554 / 13,772] 353 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 33); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,555 / 13,772] 354 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 33); 32s remote-cache, linux-sandbox ... (70 actions running)
[13,566 / 13,772] 355 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 33); 34s remote-cache, linux-sandbox ... (70 actions running)
[13,567 / 13,772] 355 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 33); 35s remote-cache, linux-sandbox ... (70 actions running)
[13,580 / 13,772] 356 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 33); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,582 / 13,772] 357 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 4 of 33); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,592 / 13,772] 357 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 31s remote-cache, linux-sandbox ... (70 actions running)
[13,594 / 13,772] 357 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,606 / 13,772] 358 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,615 / 13,795] 358 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 35s remote-cache, linux-sandbox ... (70 actions running)
[13,621 / 13,821] 359 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,630 / 13,826] 359 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,637 / 13,828] 359 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,641 / 13,828] 360 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 39s remote-cache, linux-sandbox ... (70 actions running)
[13,648 / 13,830] 361 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,656 / 13,830] 362 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,656 / 13,830] 362 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 43s remote-cache, linux-sandbox ... (70 actions running)
[13,661 / 13,854] 364 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 44s remote-cache, linux-sandbox ... (70 actions running)
[13,664 / 13,856] 364 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 46s remote-cache, linux-sandbox ... (70 actions running)
[13,664 / 13,856] 364 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 47s remote-cache, linux-sandbox ... (70 actions running)
[13,677 / 13,869] 364 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 48s remote-cache, linux-sandbox ... (70 actions running)
[13,677 / 13,869] 364 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 49s remote-cache, linux-sandbox ... (70 actions running)
[13,677 / 13,869] 365 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 50s remote-cache, linux-sandbox ... (70 actions running)
[13,679 / 13,869] 365 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,683 / 13,890] 365 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,702 / 13,910] 366 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 54s remote-cache, linux-sandbox ... (70 actions running)
[13,707 / 13,919] 366 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,709 / 13,919] 366 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,710 / 13,919] 367 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 57s remote-cache, linux-sandbox ... (70 actions running)
[13,722 / 13,919] 368 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,727 / 13,919] 369 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 60s remote-cache, linux-sandbox ... (70 actions running)
[13,730 / 13,925] 369 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,732 / 13,925] 369 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 62s remote-cache, linux-sandbox ... (69 actions running)
[13,744 / 13,925] 370 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,751 / 13,930] 370 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,752 / 13,930] 370 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 66s remote-cache, linux-sandbox ... (70 actions running)
[13,758 / 13,930] 370 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 67s remote-cache, linux-sandbox ... (66 actions, 62 running)
[13,766 / 13,936] 370 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,770 / 13,936] 370 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 70s remote-cache, linux-sandbox ... (70 actions running)
[13,777 / 13,963] 371 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 38s remote-cache, linux-sandbox ... (69 actions running)
[13,781 / 13,963] 371 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 40s remote-cache, linux-sandbox ... (70 actions running)
[13,784 / 13,963] 372 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 41s remote-cache, linux-sandbox ... (70 actions running)
[13,807 / 13,975] 373 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 43s remote-cache, linux-sandbox ... (70 actions running)
[13,811 / 13,975] 373 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 45s remote-cache, linux-sandbox ... (70 actions running)
[13,813 / 13,975] 373 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 46s remote-cache, linux-sandbox ... (70 actions running)
[13,817 / 13,975] 374 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 47s remote-cache, linux-sandbox ... (70 actions running)
[13,825 / 13,975] 375 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 48s remote-cache, linux-sandbox ... (70 actions running)
[13,832 / 13,975] 375 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 24s remote-cache, linux-sandbox ... (70 actions running)
[13,835 / 13,975] 376 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,838 / 13,975] 376 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,849 / 13,975] 377 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 28s remote-cache, linux-sandbox ... (70 actions running)
[13,855 / 13,989] 377 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,860 / 13,989] 377 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,869 / 13,991] 379 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,875 / 14,018] 381 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,881 / 14,018] 381 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,884 / 14,028] 382 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 36s remote-cache, linux-sandbox ... (70 actions running)
[13,889 / 14,028] 382 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 38s remote-cache, linux-sandbox ... (70 actions running)
[13,897 / 14,028] 383 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,904 / 14,037] 383 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,910 / 14,037] 383 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 42s remote-cache, linux-sandbox ... (70 actions running)
[13,912 / 14,037] 383 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,916 / 14,037] 384 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 44s remote-cache, linux-sandbox ... (69 actions running)
[13,929 / 14,102] 384 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,935 / 14,102] 385 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,937 / 14,102] 385 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 48s remote-cache, linux-sandbox ... (70 actions running)
[13,938 / 14,102] 385 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 49s remote-cache, linux-sandbox ... (70 actions running)
[13,938 / 14,102] 385 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 50s remote-cache, linux-sandbox ... (70 actions running)
[13,953 / 14,125] 386 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,961 / 14,153] 386 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,962 / 14,153] 386 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 54s remote-cache, linux-sandbox ... (70 actions running)
[13,966 / 14,175] 386 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 55s remote-cache, linux-sandbox ... (70 actions running)
[13,970 / 14,175] 386 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,973 / 14,175] 386 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 58s remote-cache, linux-sandbox ... (70 actions running)
[13,975 / 14,175] 386 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 59s remote-cache, linux-sandbox ... (70 actions running)
[13,991 / 14,175] 388 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,997 / 14,175] 389 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,998 / 14,175] 389 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 50s remote-cache, linux-sandbox ... (70 actions running)
[14,000 / 14,175] 389 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,004 / 14,175] 389 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,017 / 14,175] 389 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 54s remote-cache, linux-sandbox ... (70 actions running)
[14,017 / 14,175] 389 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 56s remote-cache, linux-sandbox ... (70 actions running)
[14,025 / 14,175] 389 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 57s remote-cache, linux-sandbox ... (70 actions running)
[14,027 / 14,175] 389 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 59s remote-cache, linux-sandbox ... (70 actions running)
[14,039 / 14,175] 392 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 60s remote-cache, linux-sandbox ... (70 actions running)
[14,044 / 14,175] 393 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 61s remote-cache, linux-sandbox ... (67 actions, 66 running)
[14,051 / 14,175] 394 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,054 / 14,175] 394 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 64s remote-cache, linux-sandbox ... (70 actions running)
[14,054 / 14,175] 394 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 65s remote-cache, linux-sandbox ... (70 actions running)
[14,069 / 14,175] 395 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 66s remote-cache, linux-sandbox ... (70 actions running)
[14,073 / 14,175] 395 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 67s remote-cache, linux-sandbox ... (70 actions running)
[14,078 / 14,175] 396 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,078 / 14,175] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 69s remote-cache, linux-sandbox ... (70 actions running)
[14,081 / 14,175] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,095 / 14,175] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 72s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,097 / 14,175] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 73s remote-cache, linux-sandbox ... (70 actions running)
[14,097 / 14,175] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 74s remote-cache, linux-sandbox ... (70 actions running)
[14,099 / 14,175] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 76s remote-cache, linux-sandbox ... (70 actions running)
[14,111 / 14,175] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,119 / 14,175] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,123 / 14,175] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,123 / 14,175] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 81s remote-cache, linux-sandbox ... (70 actions running)
[14,128 / 14,175] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 82s remote-cache, linux-sandbox ... (69 actions running)
[14,145 / 14,175] 400 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 84s remote-cache, linux-sandbox ... (60 actions running)
[14,146 / 14,175] 400 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 86s remote-cache, linux-sandbox ... (58 actions running)
[14,160 / 14,175] 401 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 87s remote-cache, linux-sandbox ... (30 actions running)
[14,162 / 14,175] 401 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 89s remote-cache, linux-sandbox ... (26 actions running)
[14,162 / 14,175] 402 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 90s remote-cache, linux-sandbox ... (26 actions running)
[14,163 / 14,175] 403 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 91s remote-cache, linux-sandbox ... (24 actions running)
[14,164 / 14,175] 403 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 35s remote-cache, linux-sandbox ... (22 actions running)
[14,166 / 14,175] 403 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 37s remote-cache, linux-sandbox ... (18 actions running)
[14,166 / 14,175] 403 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 39s remote-cache, linux-sandbox ... (18 actions running)
[14,170 / 14,175] 403 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 41s remote-cache, linux-sandbox ... (10 actions running)
[14,173 / 14,175] 403 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 43s remote-cache, linux-sandbox ... (4 actions running)
[14,173 / 14,175] 403 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 54s remote-cache, linux-sandbox ... (4 actions running)
[14,174 / 14,175] 403 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 58s remote-cache, linux-sandbox
[14,174 / 14,175] 404 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 60s remote-cache, linux-sandbox
INFO: Elapsed time: 1527.179s, Critical Path: 426.92s
INFO: 14163 processes: 7163 remote cache hit, 1633 internal, 5367 linux-sandbox.
INFO: Build completed successfully, 14163 total actions
//pkg/bindinfo:bindinfo_test                                              FLAKY, failed in 1 out of 51 in 98.9s
  Stats over 51 runs: max = 98.9s, min = 7.8s, avg = 41.4s, dev = 13.6s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_50_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_49_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_48_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_47_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_46_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_1_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_2_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_3_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_45_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_4_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_44_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_5_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_43_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_6_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_42_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_7_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_41_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_8_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_9_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_40_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_10_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_11_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_12_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_13_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_39_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_14_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_15_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_16_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_19_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_17_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_22_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_18_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_20_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_23_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_24_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_38_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_21_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_25_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_26_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_27_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_37_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_28_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_29_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_30_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_32_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_31_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_36_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_33_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_34_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_35_of_50/coverage.dat
Test cases: finished with 7946 passing and 0 failing out of 7946 test cases

Executed 200 out of 404 tests: 404 tests pass.
root: /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs
complete to collect bazel result.
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log
Parse from local file: tidb/bazel-test.log
new flaky case: TestCaptureFilter
Output files:
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
bazel-target-output-L995-1888.fail.log
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 6de9c981-e9b2-4aa3-8f5e-ded65ed4f885' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: release-8.1' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/235/' --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: 6de9c981-e9b2-4aa3-8f5e-ded65ed4f885
> ce-source: https://do.pingcap.net/jenkins/
> ce-type: test-case-run-report
> ce-repo: pingcap/tidb
> ce-branch: release-8.1
> ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/release-8.1/job/ghpr_unit_test/235/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 139
> 
} [data not shown]
* upload completely sent off: 139 out of 139 bytes

100   139    0     0  100   139      0    138  0:00:01  0:00:01 --:--:--   138
100   139    0     0  100   139      0     69  0:00:02  0:00:02 --:--:--    69
100   139    0     0  100   139      0     46  0:00:03  0:00:03 --:--:--    46
100   139    0     0  100   139      0     34  0:00:04  0:00:04 --:--:--    34
100   139    0     0  100   139      0     27  0:00:05  0:00:05 --:--:--    27
100   139    0     0  100   139      0     23  0:00:06  0:00:06 --:--:--     0
100   139    0     0  100   139      0     19  0:00:07  0:00:07 --:--:--     0
100   139    0     0  100   139      0     17  0:00:08  0:00:08 --:--:--     0
100   139    0     0  100   139      0     15  0:00:09  0:00:09 --:--:--     0+ true
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2024-05-17T11:08:37.183Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.5.0
[2024-05-17T11:08:37.184Z] ['info'] => Project root located at: .
[2024-05-17T11:08:37.187Z] ['info'] ->  Token found by environment variables
[2024-05-17T11:08:37.200Z] ['info'] Searching for coverage files...
[2024-05-17T11:08:39.686Z] ['info'] => Found 1 possible coverage files:
  ./coverage.dat
[2024-05-17T11:08:39.686Z] ['info'] Processing ./coverage.dat...
[2024-05-17T11:08:40.172Z] ['info'] Using manual override from args.
[2024-05-17T11:08:40.174Z] ['info'] Detected Jenkins CI as the CI provider.
[2024-05-17T11:08:40.190Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F53367&build=235&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Frelease-8.1%2Fjob%2Fghpr_unit_test%2F235%2F&commit=15e487babab81e5067b7168881b824291d0aa4fe&job=&pr=53367&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent=
[2024-05-17T11:08:41.129Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/15e487babab81e5067b7168881b824291d0aa4fe
https://storage.googleapis.com/codecov/v4/raw/2024-05-17/F6B65B6EE70BEC6C6B5E073ED3BB1A79/15e487babab81e5067b7168881b824291d0aa4fe/6bb041fe-e48f-49d5-8ddb-62dc6fd5e099.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240517%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240517T110840Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0d11bb925459d4c73a299177f9886ca5059257fe88c039e693fe787f45bc92e6
[2024-05-17T11:08:41.129Z] ['info'] Uploading...
[2024-05-17T11:08:42.921Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/15e487babab81e5067b7168881b824291d0aa4fe"}
[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