Skip to content

Console Output

Skipping 280 KB.. Full Log
[2024/05/06 07:50:20.668 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=91] [job="ID:91, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:90, RowCount:0, ArgLen:0, start time: 2024-05-06 07:50:20.363 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:20.734 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=91]
[2024/05/06 07:50:20.734 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 07:50:20.736 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.386248155\n# Parse_time: 0\n# Compile_time: 0.003129058\n# Rewrite_time: 0.000013089\n# Optimize_time: 0\n# Wait_TS: 0.0001303\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/06 07:50:20.747 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=45] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS `mysql`.`tidb_timers` (\n\t\tID BIGINT(64) UNSIGNED NOT NULL AUTO_INCREMENT,\n\t\tNAMESPACE VARCHAR(256) NOT NULL,\n\t\tTIMER_KEY VARCHAR(256) NOT NULL,\n\t\tTIMER_DATA BLOB,\n\t\tTIMEZONE VARCHAR(64) NOT NULL,\n\t\tSCHED_POLICY_TYPE VARCHAR(32) NOT NULL,\n\t\tSCHED_POLICY_EXPR VARCHAR(256) NOT NULL,\n\t\tHOOK_CLASS VARCHAR(64) NOT NULL,\n\t\tWATERMARK TIMESTAMP DEFAULT NULL,\n\t\tENABLE TINYINT(2) NOT NULL,\n\t\tTIMER_EXT JSON NOT NULL,\n\t\tEVENT_STATUS VARCHAR(32) NOT NULL,\n\t\tEVENT_ID VARCHAR(64) NOT NULL,\n\t\tEVENT_DATA BLOB,\n\t\tEVENT_START TIMESTAMP DEFAULT NULL,\n\t\tSUMMARY_DATA BLOB,\n\t\tCREATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,\n\t\tUPDATE_TIME TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,\n\t\tVERSION BIGINT(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (ID),\n\t\tUNIQUE KEY timer_key(NAMESPACE, TIMER_KEY),\n\t\tKEY hook_class(HOOK_CLASS)\n\t)"] [user=]
[2024/05/06 07:50:20.881 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 07:50:20.763 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 07:50:20.881 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 07:50:20.763 +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/06 07:50:20.943 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [category=ddl] [job="ID:93, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 07:50:20.763 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:21.158 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=45] [neededSchemaVersion=46] ["start time"=5.095256ms] [gotSchemaVersion=46] [phyTblIDs="[92]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 07:50:21.173 +00:00] [INFO] [domain.go:868] ["session manager is nil"]
[2024/05/06 07:50:21.174 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=93] [version=46]
[2024/05/06 07:50:21.175 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=46] ["take time"=22.017565ms] [job="ID:93, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:2, start time: 2024-05-06 07:50:20.763 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:21.273 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=93] [job="ID:93, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:92, RowCount:0, ArgLen:0, start time: 2024-05-06 07:50:20.763 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:21.416 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=93]
[2024/05/06 07:50:21.417 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 07:50:21.419 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.675950713\n# Parse_time: 0\n# Compile_time: 0.004820038\n# Rewrite_time: 0.000011721\n# Optimize_time: 0\n# Wait_TS: 0.000147769\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/06 07:50:21.427 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=46] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.tidb_runaway_watch_done (\n\t\tid BIGINT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,\n\t\trecord_id BIGINT(20) not null,\n\t\tresource_group_name varchar(32) not null,\n\t\tstart_time datetime(6) NOT NULL,\n\t\tend_time datetime(6),\n\t\twatch bigint(10) NOT NULL,\n\t\twatch_text TEXT NOT NULL,\n\t\tsource varchar(512) NOT NULL,\n\t\taction bigint(10),\n\t\tdone_time TIMESTAMP(6) NOT NULL\n\t) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;"] [user=]
[2024/05/06 07:50:21.507 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 07:50:21.441 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 07:50:21.507 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 07:50:21.441 +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/06 07:50:21.575 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [category=ddl] [job="ID:95, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 07:50:21.441 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:21.694 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=46] [neededSchemaVersion=47] ["start time"=2.855244ms] [gotSchemaVersion=47] [phyTblIDs="[94]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 07:50:21.707 +00:00] [INFO] [domain.go:868] ["session manager is nil"]
[2024/05/06 07:50:21.707 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=95] [version=47]
[2024/05/06 07:50:21.709 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=47] ["take time"=18.400556ms] [job="ID:95, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:2, start time: 2024-05-06 07:50:21.441 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:21.808 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=95] [job="ID:95, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:94, RowCount:0, ArgLen:0, start time: 2024-05-06 07:50:21.441 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:21.895 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"]
[2024/05/06 07:50:21.895 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/06 07:50:21.895 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/06 07:50:21.896 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop]
[2024/05/06 07:50:21.904 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=95]
[2024/05/06 07:50:21.904 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 07:50:21.906 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.482481353\n# Parse_time: 0\n# Compile_time: 0.003935733\n# Rewrite_time: 0.000013574\n# Optimize_time: 0\n# Wait_TS: 0.00015487\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/06 07:50:21.912 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=47] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.dist_framework_meta (\n        host VARCHAR(261) NOT NULL PRIMARY KEY,\n        role VARCHAR(64),\n        cpu_count int default 0,\n        keyspace_id bigint(8) NOT NULL DEFAULT -1\n    );"] [user=]
[2024/05/06 07:50:21.969 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 07:50:21.927 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 07:50:21.969 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 07:50:21.927 +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/06 07:50:22.030 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [category=ddl] [job="ID:97, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 07:50:21.927 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:22.102 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=47] [neededSchemaVersion=48] ["start time"=1.550257ms] [gotSchemaVersion=48] [phyTblIDs="[96]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 07:50:22.115 +00:00] [INFO] [domain.go:868] ["session manager is nil"]
[2024/05/06 07:50:22.115 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=97] [version=48]
[2024/05/06 07:50:22.116 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=48] ["take time"=16.047862ms] [job="ID:97, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:2, start time: 2024-05-06 07:50:21.927 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:22.162 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=97] [job="ID:97, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:96, RowCount:0, ArgLen:0, start time: 2024-05-06 07:50:21.927 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:22.213 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=97]
[2024/05/06 07:50:22.214 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 07:50:22.215 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.305640166\n# Parse_time: 0\n# Compile_time: 0.002951548\n# Rewrite_time: 0.000013308\n# Optimize_time: 0\n# Wait_TS: 0.000150038\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/06 07:50:22.221 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=48] [cur_db=mysql] [sql="CREATE TABLE IF NOT EXISTS mysql.request_unit_by_group (\n\t\tstart_time TIMESTAMP(6) NOT NULL,\n\t\tend_time TIMESTAMP(6) NOT NULL,\n\t\tresource_group VARCHAR(32) NOT null,\n\t\ttotal_ru bigint(64) UNSIGNED NOT NULL,\n\t\tPRIMARY KEY (start_time, end_time, resource_group),\n\t\tKEY (resource_group)\n\t);"] [user=]
[2024/05/06 07:50:22.272 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 07:50:22.234 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 07:50:22.271 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 07:50:22.234 +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/06 07:50:22.325 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [category=ddl] [job="ID:99, Type:create table, State:queueing, SchemaState:none, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 07:50:22.234 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:22.400 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=48] [neededSchemaVersion=49] ["start time"=1.897694ms] [gotSchemaVersion=49] [phyTblIDs="[98]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/05/06 07:50:22.412 +00:00] [INFO] [domain.go:868] ["session manager is nil"]
[2024/05/06 07:50:22.412 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=99] [version=49]
[2024/05/06 07:50:22.414 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=49] ["take time"=16.121103ms] [job="ID:99, Type:create table, State:done, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:2, start time: 2024-05-06 07:50:22.234 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:22.513 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=99] [job="ID:99, Type:create table, State:synced, SchemaState:public, SchemaID:1, TableID:98, RowCount:0, ArgLen:0, start time: 2024-05-06 07:50:22.234 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:22.601 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=99]
[2024/05/06 07:50:22.602 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 07:50:22.603 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.385572731\n# Parse_time: 0\n# Compile_time: 0.003527681\n# Rewrite_time: 0.000026714\n# Optimize_time: 0\n# Wait_TS: 0.000151013\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/06 07:50:22.605 +00:00] [INFO] [session.go:3945] ["CRUCIAL OPERATION"] [conn=0] [schemaVersion=49] [cur_db=mysql] [sql="CREATE DATABASE IF NOT EXISTS sys;"] [user=]
[2024/05/06 07:50:22.630 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 07:50:22.616 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 07:50:22.631 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 07:50:22.616 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="CREATE DATABASE IF NOT EXISTS sys;"]
[2024/05/06 07:50:22.665 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [category=ddl] [job="ID:101, Type:create schema, State:queueing, SchemaState:none, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 07:50:22.616 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:22.691 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=49] [neededSchemaVersion=50] ["start time"=532.989µs] [gotSchemaVersion=50] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"]
[2024/05/06 07:50:22.704 +00:00] [INFO] [domain.go:868] ["session manager is nil"]
[2024/05/06 07:50:22.704 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=101] [version=50]
[2024/05/06 07:50:22.705 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=50] ["take time"=16.078757ms] [job="ID:101, Type:create schema, State:done, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:1, start time: 2024-05-06 07:50:22.616 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:22.779 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=101] [job="ID:101, Type:create schema, State:synced, SchemaState:public, SchemaID:100, TableID:0, RowCount:0, ArgLen:0, start time: 2024-05-06 07:50:22.616 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:22.811 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=101]
[2024/05/06 07:50:22.811 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 07:50:22.870 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 07:50:22.832 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/06 07:50:22.870 +00:00] [INFO] [ddl.go:1182] ["start DDL job"] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 07:50:22.832 +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/06 07:50:22.923 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [category=ddl] [job="ID:103, Type:create view, State:queueing, SchemaState:none, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 07:50:22.832 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:23.002 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=50] [neededSchemaVersion=51] ["start time"=1.792403ms] [gotSchemaVersion=51] [phyTblIDs="[102]"] [actionTypes="[21]"] [diffTypes="[\"create view\"]"]
[2024/05/06 07:50:23.015 +00:00] [INFO] [domain.go:868] ["session manager is nil"]
[2024/05/06 07:50:23.015 +00:00] [INFO] [domain.go:887] ["mdl gets lock, update self version to owner"] [jobID=103] [version=51]
[2024/05/06 07:50:23.016 +00:00] [INFO] [schema_version.go:379] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=51] ["take time"=16.268035ms] [job="ID:103, Type:create view, State:done, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:3, start time: 2024-05-06 07:50:22.832 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:23.111 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 1, tp general"] [category=ddl] [jobID=103] [job="ID:103, Type:create view, State:synced, SchemaState:public, SchemaID:100, TableID:102, RowCount:0, ArgLen:0, start time: 2024-05-06 07:50:22.832 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/06 07:50:23.159 +00:00] [INFO] [ddl.go:1287] ["DDL job is finished"] [category=ddl] [jobID=103]
[2024/05/06 07:50:23.160 +00:00] [INFO] [callback.go:140] ["performing DDL change, must reload"] [category=ddl]
[2024/05/06 07:50:23.161 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 0\n# Query_time: 0.344904671\n# Parse_time: 0\n# Compile_time: 0.005407894\n# Rewrite_time: 0.002510695\n# Optimize_time: 0\n# Wait_TS: 0.000113303\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/06 07:50:23.789 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449572195051241472\n# Query_time: 0.407377762\n# Parse_time: 0\n# Compile_time: 0.202570988\n# Rewrite_time: 0.004645566\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('pQPwPDAJMjdfMQkwCTAJTi9BCTAJdGltZToxOTEuMW1zLCBsb29wczoxLCBwcmVwYXJlOiB7dG90YWw6IDQxLjUBIkxhdXRvX2lkX2FsbG9jYXRvcjogewUMZF9jbnQ6IDEsIEdldDp7bnVtX3JwYzoxLCB0AUEAXwlouDM3LjnCtXN9LCBjb21taXRfdHhuOiB7cHJld3JpdGU6NDA5LjPCtXMsIGdldF9jDSQUczoxMy4yBRcJNww6Mzg5DREcc2xvd2VzdF8RQwV2ACARtmAwLjAwMHMsIHJlZ2lvbl9pZDogMiwgc3RvAdsFBwgxLCAZjhhwcmltYXJ51kQADWQIbnVtAfYF0Axfa2V5JU8JDpxieXRlOjMyfX19LCBpbnNlcnQ6MTQ5LjZtcwkxMTEuMyBLQglOL0EK')\n# Resource_group: default\n;"]
[2024/05/06 07:50:23.984 +00:00] [INFO] [bootstrap.go:745] ["bootstrap successful"] ["take time"=20.12269804s]
[2024/05/06 07:50:23.991 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=3d2a8504-4724-4b96-98a6-d32d25efb0d7] [ownerKey=/tidb/ddl/fg/owner]
[2024/05/06 07:50:23.991 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/06 07:50:23.991 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 2, tp add index"] [category=ddl] ["take time"=30.368µs]
[2024/05/06 07:50:23.991 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 3, tp add index"] [category=ddl] ["take time"=22.921µs]
[2024/05/06 07:50:23.991 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 4, tp add index"] [category=ddl] ["take time"=24.452µs]
[2024/05/06 07:50:23.991 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 5, tp add index"] [category=ddl] ["take time"=25.722µs]
[2024/05/06 07:50:23.991 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/06 07:50:23.991 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 1, tp general"] [category=ddl] ["take time"=17.621µs]
[2024/05/06 07:50:23.992 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/06 07:50:23.992 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/05/06 07:50:23.992 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl]
[2024/05/06 07:50:24.014 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=3d2a8504-4724-4b96-98a6-d32d25efb0d7] ["take time"=28.786876ms]
[2024/05/06 07:50:24.014 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=3d2a8504-4724-4b96-98a6-d32d25efb0d7]
[2024/05/06 07:50:24.014 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."]
[2024/05/06 07:50:24.014 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/05/06 07:50:24.015 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/05/06 07:50:24.015 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/05/06 07:50:24.015 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/05/06 07:50:24.015 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/05/06 07:50:24.015 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/05/06 07:50:24.015 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/06 07:50:24.015 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/06 07:50:24.015 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/05/06 07:50:24.015 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/05/06 07:50:24.015 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/06 07:50:24.015 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/05/06 07:50:24.015 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/06 07:50:24.015 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/06 07:50:24.015 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=30.346032ms]
[2024/05/06 07:50:24.015 +00:00] [INFO] [tidb.go:80] ["new domain"] [store=0a93aec5-e020-4b64-a4e4-5cb2c7e8f89b] ["ddl lease"=500ms] ["stats lease"=-1ns]
[2024/05/06 07:50:24.159 +00:00] [WARN] [controller.go:198] ["[resource group controller] server does not save config, load config failed"]
[2024/05/06 07:50:24.159 +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/06 07:50:24.245 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=0] [neededSchemaVersion=51] ["start time"=85.148885ms]
[2024/05/06 07:50:24.249 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"]
[2024/05/06 07:50:24.249 +00:00] [INFO] [ddl.go:818] ["start DDL"] [category=ddl] [ID=27c73f98-98fb-4957-bfd4-f61d80d8d1a9] [runWorker=true]
[2024/05/06 07:50:24.250 +00:00] [INFO] [ddl.go:777] ["start delRangeManager OK"] [category=ddl] ["is a emulator"=true]
[2024/05/06 07:50:24.250 +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/06 07:50:24.250 +00:00] [INFO] [delete_range.go:172] ["start delRange emulator"] [category=ddl]
[2024/05/06 07:50:24.250 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSchemaInLoop]
[2024/05/06 07:50:24.250 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=mdlCheckLoop]
[2024/05/06 07:50:24.250 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/06 07:50:24.250 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=infoSyncerKeeper]
[2024/05/06 07:50:24.250 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/06 07:50:24.250 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayStartLoop]
[2024/05/06 07:50:24.250 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=requestUnitsWriterLoop]
[2024/05/06 07:50:24.250 +00:00] [INFO] [job_table.go:334] ["get global state and global state change"] [category=ddl] [oldState=false] [currState=false]
[2024/05/06 07:50:24.250 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=topologySyncerKeeper]
[2024/05/06 07:50:24.250 +00:00] [INFO] [runaway.go:149] ["try to start runaway manager loop"]
[2024/05/06 07:50:24.250 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/06 07:50:24.250 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=requestUnitsWriterLoop]
[2024/05/06 07:50:24.250 +00:00] [WARN] [domain.go:1326] ["pd / etcd client not provided, won't begin Advancer."]
[2024/05/06 07:50:24.250 +00:00] [INFO] [job_table.go:349] ["the owner sets owner operator value"] [category=ddl] [ownerOp=none]
[2024/05/06 07:50:24.277 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/05/06 07:50:24.278 +00:00] [WARN] [sysvar_cache.go:49] ["sysvar cache is empty, triggering rebuild"]
[2024/05/06 07:50:24.312 +00:00] [INFO] [sysvar.go:2748] ["set resource control"] [enable=true]
[2024/05/06 07:50:24.319 +00:00] [INFO] [controller.go:447] ["[resource group controller] create resource group cost controller"] [name=default]
[2024/05/06 07:50:24.421 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadPrivilegeInLoop]
[2024/05/06 07:50:24.466 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/05/06 07:50:24.483 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=dumpFileGcChecker]
[2024/05/06 07:50:24.483 +00:00] [INFO] [domain.go:2070] ["dumpFileGcChecker started"]
[2024/05/06 07:50:24.487 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=indexUsageWorker]
[2024/05/06 07:50:24.487 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=quitStatsOwner]
[2024/05/06 07:50:24.491 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=loadSigningCertLoop]
[2024/05/06 07:50:24.502 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/05/06 07:50:24.502 +00:00] [INFO] [task_manager.go:217] ["scale ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=0] [newCount=4]
[2024/05/06 07:50:24.589 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1] [name=tidb_schema_cache_size] [val=1024]
[2024/05/06 07:50:25.047 +00:00] [INFO] [domain.go:315] ["full load InfoSchema success"] [currentSchemaVersion=51] [neededSchemaVersion=51] ["start time"=545.49247ms]
[2024/05/06 07:50:25.110 +00:00] [INFO] [domain.go:635] ["full load and reset schema validator"]
[2024/05/06 07:50:25.110 +00:00] [WARN] [domain.go:647] ["loading schema takes a long time"] ["take time"=610.192433ms]
[2024/05/06 07:50:25.192 +00:00] [WARN] [adapter.go:1647] ["# Txn_start_ts: 449572195450486784\n# Conn_ID: 1\n# Query_time: 0.509486238\n# Parse_time: 0\n# Compile_time: 0.004167899\n# Rewrite_time: 0.001051009\n# Optimize_time: 0.002353898\n# Wait_TS: 0.000162318\n# Prewrite_time: 0.000651146 Commit_time: 0.000789026 Get_commit_ts_time: 0.000017759 Slowest_prewrite_rpc_detail: {total:0.001s, region_id: 2, store: store1, } Commit_primary_rpc_detail: {total:0.001s, region_id: 2, store: store1, } Write_keys: 3 Write_size: 189 Prewrite_region: 1\n# Is_internal: true\n# Digest: 8bcf3376250721a817003f347e4fdb0ffec145153e015768871e386ba35ce1d2\n# Num_cop_tasks: 0\n# Mem_max: 9299\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# Plan: tidb_decode_plan('0QLwbTAJMjdfMQkwCTAJTi9BCTAJdGltZToyLjA5bXMsIGxvb3BzOjEsIHByZXBhcmU6IDgzMS43wrVzLCBpbnNlcnQ6MS4yNm1zLCBjb21taXRfdHhuOiB7cHJld3JpdGU6NjUxLjHCtXMsIGdldF9jDSQUczoxNy44BUYAYwUTDDo3ODkFDxxzbG93ZXN0XxFB0F9ycGM6IHt0b3RhbDogMC4wMDFzLCByZWdpb25faWQ6IDIsIHN0b3JlOiBzdG9yZTEsIH0sDVUcX3ByaW1hcnnWRAANZAhudW0hAAXOHF9rZXlzOjMsDQ5UYnl0ZToxODl9CTEuMDggS0IJTi9BCg==')\n# Binary_plan: tidb_decode_binary_plan('3ALwnwrXAgoISW5zZXJ0XzE4AUABUgNOL0FaFHRpbWU6Mi4wOW1zLCBsb29wczoxYiBwcmVwYXJlOiA4MzEuN8K1cywgaW5zZXJ0OjEuMjZtc2L7AWNvbW1pdF90eG46IHtwcmV3cml0ZTo2NTEuMcK1cywgZ2V0X2NvbW1pdF90czoxNy44wrVzLCBjb21taXQ6Nzg5wrVzLCBzbG93ZXN0X3ANQZhfcnBjOiB7dG90YWw6IDAuMDAxcywgcmVnaW9uX2lkOiAyLCBzdG8BmwBzAQcQMSwgfSwNVRxfcHJpbWFyedZEAA1kHG51bToxLCB3Ac4YX2tleXM6MxEOYGJ5dGU6MTg5fXDTCHj///////////8BGAE=')\n# Resource_group: default\n   insert into mysql.tidb_global_task(task_key, type, state, priority, concurrency, step, meta, create_time, target_scope)    values ('key2', 'test', 'pending', 512, 4, -1, _binary'test', CURRENT_TIMESTAMP(), '');"]
[2024/05/06 07:50:25.280 +00:00] [INFO] [runaway.go:158] ["preparations for the runaway manager are finished and start runaway manager loop"]
[2024/05/06 07:50:25.280 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/06 07:50:25.280 +00:00] [INFO] [wait_group_wrapper.go:133] ["background process started"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/06 07:50:25.281 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayStartLoop]
    task_state_test.go:71: 
        	Error Trace:	pkg/disttask/framework/storage/task_state_test.go:71
        	Error:      	Received unexpected error:
        	            	task not found
        	            	github.com/pingcap/tidb/pkg/disttask/framework/storage.init
        	            		pkg/disttask/framework/storage/binding__failpoint_binding__.go:7
        	            	runtime.doInit1
        	            		GOROOT/src/runtime/proc.go:6735
        	            	runtime.doInit
        	            		GOROOT/src/runtime/proc.go:6702
        	            	runtime.main
        	            		GOROOT/src/runtime/proc.go:249
        	            	runtime.goexit
        	            		src/runtime/asm_amd64.s:1650
        	Test:       	TestTaskState
[2024/05/06 07:50:25.347 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=27c73f98-98fb-4957-bfd4-f61d80d8d1a9] [ownerKey=/tidb/ddl/fg/owner]
[2024/05/06 07:50:25.347 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/06 07:50:25.347 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=22.261µs]
[2024/05/06 07:50:25.347 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=12.519µs]
[2024/05/06 07:50:25.347 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=18.743µs]
[2024/05/06 07:50:25.347 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=18.915µs]
[2024/05/06 07:50:25.347 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/06 07:50:25.347 +00:00] [INFO] [ddl_worker.go:186] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=16.066µs]
[2024/05/06 07:50:25.347 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/06 07:50:25.348 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/05/06 07:50:25.348 +00:00] [INFO] [session_pool.go:99] ["closing session pool"] [category=ddl]
[2024/05/06 07:50:25.349 +00:00] [INFO] [ddl.go:951] ["DDL closed"] [category=ddl] [ID=27c73f98-98fb-4957-bfd4-f61d80d8d1a9] ["take time"=8.041701ms]
[2024/05/06 07:50:25.349 +00:00] [INFO] [ddl.go:769] ["stop DDL"] [category=ddl] [ID=27c73f98-98fb-4957-bfd4-f61d80d8d1a9]
[2024/05/06 07:50:25.349 +00:00] [INFO] [domain.go:1026] ["stopping ttlJobManager"]
[2024/05/06 07:50:25.349 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/05/06 07:50:25.349 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/06 07:50:25.349 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/06 07:50:25.349 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/06 07:50:25.349 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/06 07:50:25.349 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/05/06 07:50:25.349 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/06 07:50:25.349 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/06 07:50:25.349 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/06 07:50:25.349 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/06 07:50:25.356 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager]
[2024/05/06 07:50:25.356 +00:00] [INFO] [domain.go:1037] ["ttlJobManager exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=27c73f98-98fb-4957-bfd4-f61d80d8d1a9] [ownerKey=/tidb/stats/owner]
[2024/05/06 07:50:25.357 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/06 07:50:25.357 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker]
[2024/05/06 07:50:25.357 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/05/06 07:50:25.357 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=27c73f98-98fb-4957-bfd4-f61d80d8d1a9] [ownerKey=/tidb/bindinfo/owner]
[2024/05/06 07:50:25.357 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner]
[2024/05/06 07:50:25.357 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop]
[2024/05/06 07:50:25.357 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/05/06 07:50:25.357 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/05/06 07:50:25.357 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/06 07:50:25.357 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/06 07:50:25.357 +00:00] [INFO] [domain.go:907] ["loadSchemaInLoop exited."]
[2024/05/06 07:50:25.357 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/05/06 07:50:25.366 +00:00] [INFO] [domain.go:1074] ["domain closed"] ["take time"=25.031909ms]
[2024/05/06 07:50:25.367 +00:00] [INFO] [db.go:567] ["Closing database"]
[2024/05/06 07:50:25.368 +00:00] [INFO] [db.go:592] ["Memtable flushed"]
[2024/05/06 07:50:25.368 +00:00] [INFO] [db.go:596] ["Compaction finished"]
[2024/05/06 07:50:25.368 +00:00] [INFO] [db.go:615] ["BlobManager finished"]
[2024/05/06 07:50:25.368 +00:00] [INFO] [db.go:619] ["ResourceManager finished"]
[2024/05/06 07:50:25.368 +00:00] [INFO] [db.go:625] ["Waiting for closer"]
--- FAIL: TestTaskState (21.81s)
FAIL
coverage: 9.6% of statements
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 1
/home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/sandbox/linux-sandbox/9339/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/disttask/framework/storage/storage_test_/storage_test.runfiles/__main__/pkg/disttask/framework/storage/storage_test_/storage_test
================================================================================
[10,587 / 12,159] 225 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 41s remote-cache, linux-sandbox ... (70 actions running)
[10,592 / 12,159] 225 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 42s remote-cache, linux-sandbox ... (70 actions running)
[10,594 / 12,159] 225 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 15 of 17); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,598 / 12,159] 225 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,601 / 12,159] 225 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,604 / 12,159] 225 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 43s remote-cache, linux-sandbox ... (70 actions running)
[10,608 / 12,159] 225 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 44s remote-cache, linux-sandbox ... (70 actions running)
[10,610 / 12,159] 225 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,614 / 12,159] 225 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,618 / 12,159] 225 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,620 / 12,159] 225 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 49s remote-cache, linux-sandbox ... (70 actions running)
[10,621 / 12,159] 225 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,624 / 12,159] 225 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,627 / 12,159] 225 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,632 / 12,159] 226 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,648 / 12,159] 226 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 55s remote-cache, linux-sandbox ... (68 actions, 67 running)
[10,661 / 12,159] 226 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,666 / 12,159] 226 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 9 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,679 / 12,159] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,681 / 12,159] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,687 / 12,159] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,688 / 12,159] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,693 / 12,159] 226 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 50s remote-cache, linux-sandbox ... (70 actions running)
[10,699 / 12,159] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,702 / 12,159] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,704 / 12,159] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,706 / 12,159] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 55s remote-cache, linux-sandbox ... (70 actions running)
[10,710 / 12,159] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 57s remote-cache, linux-sandbox ... (70 actions running)
[10,714 / 12,159] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 58s remote-cache, linux-sandbox ... (70 actions running)
[10,719 / 12,159] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,720 / 12,159] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 61s remote-cache, linux-sandbox ... (70 actions running)
[10,721 / 12,159] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 62s remote-cache, linux-sandbox ... (70 actions running)
[10,725 / 12,159] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 63s remote-cache, linux-sandbox ... (70 actions running)
[10,725 / 12,159] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 64s remote-cache, linux-sandbox ... (70 actions running)
[10,730 / 12,172] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,734 / 12,189] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,736 / 12,189] 227 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,743 / 12,189] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,744 / 12,189] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,746 / 12,189] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 72s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,746 / 12,189] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 73s remote-cache, linux-sandbox ... (70 actions running)
[10,748 / 12,189] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 75s remote-cache, linux-sandbox ... (70 actions running)
[10,748 / 12,189] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 76s remote-cache, linux-sandbox ... (70 actions running)
[10,749 / 12,189] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,756 / 12,189] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 79s remote-cache, linux-sandbox ... (70 actions running)
[10,756 / 12,189] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 80s remote-cache, linux-sandbox ... (70 actions running)
[10,761 / 12,189] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 82s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,766 / 12,212] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 83s remote-cache, linux-sandbox ... (70 actions running)
[10,767 / 12,212] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 84s remote-cache, linux-sandbox ... (70 actions running)
[10,769 / 12,212] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 86s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,773 / 12,212] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 87s remote-cache, linux-sandbox ... (70 actions running)
[10,774 / 12,212] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 89s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,776 / 12,212] 228 / 411 tests; Testing //pkg/ddl/ingest:ingest_test (shard 5 of 17); 90s remote-cache, linux-sandbox ... (69 actions running)
[10,778 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 74s remote-cache, linux-sandbox ... (70 actions running)
[10,782 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 75s remote-cache, linux-sandbox ... (70 actions running)
[10,783 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,790 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,791 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,791 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 80s remote-cache, linux-sandbox ... (70 actions running)
[10,793 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 81s remote-cache, linux-sandbox ... (70 actions running)
[10,794 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 83s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,794 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 84s remote-cache, linux-sandbox ... (70 actions running)
[10,796 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 85s remote-cache, linux-sandbox ... (70 actions running)
[10,803 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 86s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,814 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 87s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,824 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 88s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,827 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 89s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,840 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 91s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,847 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 92s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,850 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 93s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,850 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 94s remote-cache, linux-sandbox ... (70 actions running)
[10,855 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 95s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,856 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 96s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,860 / 12,212] 228 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 98s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,867 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 99s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,878 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 100s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,889 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 101s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,894 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 102s remote-cache, linux-sandbox ... (68 actions, 67 running)
[10,905 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 103s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,909 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 104s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,912 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 105s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,915 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 106s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,922 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 108s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,922 / 12,212] 229 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 109s remote-cache, linux-sandbox ... (70 actions running)
[10,926 / 12,218] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 111s remote-cache, linux-sandbox ... (70 actions running)
[10,931 / 12,224] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 112s remote-cache, linux-sandbox ... (70 actions running)
[10,935 / 12,224] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 113s remote-cache, linux-sandbox ... (70 actions running)
[10,940 / 12,224] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 114s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,941 / 12,224] 230 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 116s remote-cache, linux-sandbox ... (70 actions running)
[10,949 / 12,224] 232 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 117s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,956 / 12,275] 232 / 411 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 118s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,967 / 12,277] 233 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 100s remote-cache, linux-sandbox ... (68 actions, 67 running)
[10,970 / 12,277] 233 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 101s remote-cache, linux-sandbox ... (68 actions, 66 running)
[10,977 / 12,281] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 102s remote-cache, linux-sandbox ... (69 actions, 68 running)
[10,991 / 12,281] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 104s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,000 / 12,281] 234 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 105s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,005 / 12,316] 235 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 106s remote-cache, linux-sandbox ... (67 actions, 65 running)
[11,017 / 12,316] 235 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 107s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,021 / 12,316] 235 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 108s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,022 / 12,331] 235 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 109s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,033 / 12,331] 235 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 110s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,037 / 12,331] 236 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 111s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,045 / 12,331] 236 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 113s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,051 / 12,331] 237 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 114s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,067 / 12,351] 237 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 115s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,076 / 12,351] 237 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 116s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,083 / 12,351] 237 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 117s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,095 / 12,351] 237 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 118s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,101 / 12,357] 237 / 411 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 119s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,108 / 12,357] 237 / 411 tests; Testing //pkg/ddl/tests/resourcegroup:resourcegroup_test (shard 5 of 5); 30s remote-cache, linux-sandbox ... (70 actions running)
[11,112 / 12,357] 237 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 11 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,113 / 12,357] 237 / 411 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 5 of 5); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,115 / 12,357] 237 / 411 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 5 of 5); 32s remote-cache, linux-sandbox ... (70 actions running)
[11,120 / 12,357] 237 / 411 tests; Testing //pkg/expression:expression_test (shard 10 of 50); 32s remote-cache, linux-sandbox ... (70 actions running)
[11,121 / 12,357] 237 / 411 tests; Testing //pkg/expression:expression_test (shard 10 of 50); 33s remote-cache, linux-sandbox ... (70 actions running)
[11,123 / 12,357] 237 / 411 tests; Testing //pkg/expression:expression_test (shard 10 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,123 / 12,357] 237 / 411 tests; Testing //pkg/expression:expression_test (shard 10 of 50); 36s remote-cache, linux-sandbox ... (70 actions running)
[11,127 / 12,357] 237 / 411 tests; Testing //pkg/ttl/ttlworker:ttlworker_test (shard 41 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,129 / 12,357] 237 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,130 / 12,357] 237 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 31s remote-cache, linux-sandbox ... (70 actions running)
[11,131 / 12,357] 237 / 411 tests; Testing //pkg/disttask/importinto:importinto_test (shard 4 of 16); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,133 / 12,357] 237 / 411 tests; Testing //pkg/expression:expression_test (shard 39 of 50); 31s remote-cache, linux-sandbox ... (70 actions running)
[11,138 / 12,359] 237 / 411 tests; Testing //pkg/expression:expression_test (shard 39 of 50); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,138 / 12,359] 237 / 411 tests; Testing //pkg/expression:expression_test (shard 39 of 50); 34s remote-cache, linux-sandbox ... (70 actions running)
[11,140 / 12,359] 237 / 411 tests; Testing //pkg/expression:expression_test (shard 39 of 50); 36s remote-cache, linux-sandbox ... (70 actions running)
[11,144 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,155 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,163 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,168 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,180 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 38s remote-cache, linux-sandbox ... (68 actions, 66 running)
[11,189 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 39s remote-cache, linux-sandbox ... (70 actions running)
[11,191 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,196 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,200 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,209 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,216 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,219 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,221 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,224 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,227 / 12,359] 238 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,236 / 12,359] 239 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,242 / 12,359] 240 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 53s remote-cache, linux-sandbox ... (70 actions running)
[11,244 / 12,359] 240 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 54s remote-cache, linux-sandbox ... (70 actions running)
[11,247 / 12,359] 240 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 56s remote-cache, linux-sandbox ... (70 actions running)
[11,249 / 12,359] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,249 / 12,359] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 59s remote-cache, linux-sandbox ... (70 actions running)
[11,253 / 12,400] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 61s remote-cache, linux-sandbox ... (70 actions running)
[11,253 / 12,400] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 62s remote-cache, linux-sandbox ... (70 actions running)
[11,255 / 12,417] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,256 / 12,417] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 65s remote-cache, linux-sandbox ... (70 actions running)
[11,256 / 12,417] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 66s remote-cache, linux-sandbox ... (70 actions running)
[11,258 / 12,417] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 67s remote-cache, linux-sandbox ... (70 actions running)
[11,259 / 12,417] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,260 / 12,417] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 70s remote-cache, linux-sandbox ... (70 actions running)
[11,261 / 12,417] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 72s remote-cache, linux-sandbox ... (70 actions running)
[11,261 / 12,417] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 73s remote-cache, linux-sandbox ... (70 actions running)
[11,262 / 12,417] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 45 of 50); 74s remote-cache, linux-sandbox ... (70 actions running)
[11,265 / 12,417] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 16 of 50); 35s remote-cache, linux-sandbox ... (70 actions running)
[11,266 / 12,417] 241 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 16 of 50); 37s remote-cache, linux-sandbox ... (70 actions running)
[11,272 / 12,417] 242 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,272 / 12,417] 242 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 37s remote-cache, linux-sandbox ... (70 actions running)
[11,273 / 12,417] 242 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 39s remote-cache, linux-sandbox ... (70 actions running)
[11,277 / 12,417] 242 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 40s remote-cache, linux-sandbox ... (70 actions running)
[11,278 / 12,417] 242 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,282 / 12,417] 242 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 1 of 12); 43s remote-cache, linux-sandbox ... (70 actions running)
[11,286 / 12,417] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 44s remote-cache, linux-sandbox ... (69 actions running)
[11,288 / 12,417] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,291 / 12,417] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,294 / 12,417] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 48s remote-cache, linux-sandbox ... (70 actions running)
[11,296 / 12,417] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,296 / 12,417] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 51s remote-cache, linux-sandbox ... (70 actions running)
[11,298 / 12,417] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 52s remote-cache, linux-sandbox ... (70 actions running)
[11,299 / 12,417] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 53s remote-cache, linux-sandbox ... (70 actions running)
[11,300 / 12,417] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 54s remote-cache, linux-sandbox ... (70 actions running)
[11,302 / 12,417] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,302 / 12,417] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 57s remote-cache, linux-sandbox ... (70 actions running)
[11,305 / 12,417] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 58s remote-cache, linux-sandbox ... (70 actions running)
[11,307 / 12,430] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 60s remote-cache, linux-sandbox ... (70 actions running)
[11,307 / 12,430] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 61s remote-cache, linux-sandbox ... (70 actions running)
[11,308 / 12,430] 242 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 62s remote-cache, linux-sandbox ... (70 actions running)
[11,310 / 12,430] 243 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,310 / 12,430] 243 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 65s remote-cache, linux-sandbox ... (70 actions running)
[11,310 / 12,430] 243 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 67s remote-cache, linux-sandbox ... (70 actions running)
[11,310 / 12,430] 243 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 68s remote-cache, linux-sandbox ... (70 actions running)
[11,310 / 12,430] 243 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 27 of 33); 70s remote-cache, linux-sandbox ... (70 actions running)
[11,314 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,315 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,315 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 65s remote-cache, linux-sandbox ... (70 actions running)
[11,315 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 66s remote-cache, linux-sandbox ... (70 actions running)
[11,316 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,320 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 69s remote-cache, linux-sandbox ... (70 actions running)
[11,324 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,325 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 72s remote-cache, linux-sandbox ... (70 actions running)
[11,326 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 73s remote-cache, linux-sandbox ... (70 actions running)
[11,327 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 74s remote-cache, linux-sandbox ... (70 actions running)
[11,329 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 76s remote-cache, linux-sandbox ... (70 actions running)
[11,330 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,331 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 79s remote-cache, linux-sandbox ... (70 actions running)
[11,334 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 5); 48s remote-cache, linux-sandbox ... (70 actions running)
[11,339 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 5); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,340 / 12,430] 244 / 411 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 5); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,344 / 12,430] 245 / 411 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 5); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,351 / 12,430] 245 / 411 tests; Testing //pkg/executor/test/autoidtest:autoidtest_test (shard 2 of 5); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,361 / 12,430] 246 / 411 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 11); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,366 / 12,430] 246 / 411 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 11); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,373 / 12,430] 246 / 411 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 1 of 11); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,379 / 12,430] 246 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 6 of 19); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,383 / 12,430] 246 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 6 of 19); 45s remote-cache, linux-sandbox ... (70 actions running)
[11,385 / 12,430] 246 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 6 of 19); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,387 / 12,430] 246 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 27 of 50); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,388 / 12,430] 246 / 411 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 2 of 11); 33s remote-cache, linux-sandbox ... (70 actions running)
[11,388 / 12,430] 246 / 411 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 2 of 11); 34s remote-cache, linux-sandbox ... (70 actions running)
[11,389 / 12,430] 246 / 411 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 2 of 11); 36s remote-cache, linux-sandbox ... (70 actions running)
[11,390 / 12,430] 246 / 411 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 2 of 11); 37s remote-cache, linux-sandbox ... (70 actions running)
[11,392 / 12,430] 246 / 411 tests; Testing //pkg/executor/test/jointest/hashjoin:hashjoin_test (shard 2 of 11); 38s remote-cache, linux-sandbox ... (70 actions running)
[11,393 / 12,430] 246 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 26 of 33); 38s remote-cache, linux-sandbox ... (70 actions running)
[11,395 / 12,430] 246 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 7 of 12); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,395 / 12,430] 246 / 411 tests; Testing //pkg/ddl/tests/fail:fail_test (shard 7 of 12); 36s remote-cache, linux-sandbox ... (70 actions running)
[11,396 / 12,430] 246 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 4 of 18); 37s remote-cache, linux-sandbox ... (70 actions running)
[11,396 / 12,430] 246 / 411 tests; Testing //pkg/bindinfo/tests:tests_test (shard 4 of 18); 39s remote-cache, linux-sandbox ... (70 actions running)
[11,399 / 12,430] 247 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 40s remote-cache, linux-sandbox ... (70 actions running)
[11,401 / 12,430] 247 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,402 / 12,430] 247 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 43s remote-cache, linux-sandbox ... (70 actions running)

FLAKY: //pkg/disttask/framework/storage:storage_test (Summary)
      /home/jenkins/.tidb/tmp/63a9840cd0739f2c243bb46478607469/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/disttask/framework/storage/storage_test/shard_21_of_22/test_attempts/attempt_1.log
[11,405 / 12,430] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 44s remote-cache, linux-sandbox ... (70 actions running)
[11,409 / 12,481] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 46s remote-cache, linux-sandbox ... (70 actions running)
[11,409 / 12,481] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 49s remote-cache, linux-sandbox ... (70 actions running)
[11,412 / 12,481] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,414 / 12,481] 248 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,416 / 12,481] 248 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,418 / 12,481] 248 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,420 / 12,481] 248 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 30 of 50); 43s remote-cache, linux-sandbox ... (70 actions running)
[11,422 / 12,481] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 44s remote-cache, linux-sandbox ... (70 actions running)
[11,422 / 12,481] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 46s remote-cache, linux-sandbox ... (70 actions running)
[11,425 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,425 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 49s remote-cache, linux-sandbox ... (70 actions running)
[11,427 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,429 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 52s remote-cache, linux-sandbox ... (70 actions running)
[11,429 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 53s remote-cache, linux-sandbox ... (70 actions running)
[11,430 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,434 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,435 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,435 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 58s remote-cache, linux-sandbox ... (70 actions running)
[11,436 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 59s remote-cache, linux-sandbox ... (70 actions running)
[11,436 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 60s remote-cache, linux-sandbox ... (70 actions running)
[11,438 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,439 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 63s remote-cache, linux-sandbox ... (70 actions running)
[11,439 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 64s remote-cache, linux-sandbox ... (70 actions running)
[11,440 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 66s remote-cache, linux-sandbox ... (70 actions running)
[11,440 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 67s remote-cache, linux-sandbox ... (70 actions running)
[11,441 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,443 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,445 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,446 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 72s remote-cache, linux-sandbox ... (70 actions running)
[11,448 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,449 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 75s remote-cache, linux-sandbox ... (70 actions running)
[11,449 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 77s remote-cache, linux-sandbox ... (70 actions running)
[11,449 / 12,490] 248 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 78s remote-cache, linux-sandbox ... (70 actions running)
[11,452 / 12,490] 249 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 65s remote-cache, linux-sandbox ... (70 actions running)
[11,456 / 12,490] 249 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,458 / 12,490] 250 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,459 / 12,490] 250 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,469 / 12,490] 250 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,472 / 12,490] 250 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,472 / 12,490] 250 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 72s remote-cache, linux-sandbox ... (70 actions running)
[11,472 / 12,490] 250 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 74s remote-cache, linux-sandbox ... (70 actions running)
[11,475 / 12,490] 250 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 75s remote-cache, linux-sandbox ... (70 actions running)
[11,477 / 12,490] 250 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,477 / 12,490] 250 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 78s remote-cache, linux-sandbox ... (70 actions running)
[11,480 / 12,490] 250 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 10 of 19); 79s remote-cache, linux-sandbox ... (70 actions running)
[11,483 / 12,490] 250 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 55s remote-cache, linux-sandbox ... (70 actions running)
[11,485 / 12,490] 250 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 56s remote-cache, linux-sandbox ... (70 actions running)
[11,486 / 12,490] 250 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,491 / 12,504] 250 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 59s remote-cache, linux-sandbox ... (70 actions running)
[11,495 / 12,504] 251 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,501 / 12,508] 251 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,503 / 12,508] 251 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,503 / 12,508] 251 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 64s remote-cache, linux-sandbox ... (70 actions running)
[11,503 / 12,508] 251 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 66s remote-cache, linux-sandbox ... (70 actions running)
[11,504 / 12,508] 251 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 67s remote-cache, linux-sandbox ... (70 actions running)
[11,508 / 12,520] 251 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,510 / 12,520] 251 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 69s remote-cache, linux-sandbox ... (69 actions running)
[11,511 / 12,520] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 71s remote-cache, linux-sandbox ... (70 actions running)
[11,516 / 12,520] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 72s remote-cache, linux-sandbox ... (70 actions running)
[11,517 / 12,520] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 73s remote-cache, linux-sandbox ... (70 actions running)
[11,519 / 12,520] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,523 / 12,557] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,525 / 12,557] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,525 / 12,557] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 78s remote-cache, linux-sandbox ... (70 actions running)
[11,525 / 12,557] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 79s remote-cache, linux-sandbox ... (70 actions running)
[11,529 / 12,557] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 80s remote-cache, linux-sandbox ... (67 actions running)
[11,532 / 12,557] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 82s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,537 / 12,557] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 83s remote-cache, linux-sandbox ... (70 actions running)
[11,543 / 12,557] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,543 / 12,557] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 86s remote-cache, linux-sandbox ... (70 actions running)
[11,546 / 12,575] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 88s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,548 / 12,575] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 89s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,549 / 12,618] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 90s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,551 / 12,618] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 91s remote-cache, linux-sandbox ... (70 actions running)
[11,552 / 12,618] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 92s remote-cache, linux-sandbox ... (70 actions running)
[11,553 / 12,618] 252 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 94s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,555 / 12,618] 252 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 80s remote-cache, linux-sandbox ... (70 actions running)
[11,555 / 12,618] 252 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 82s remote-cache, linux-sandbox ... (70 actions running)
[11,557 / 12,618] 253 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 83s remote-cache, linux-sandbox ... (70 actions running)
[11,563 / 12,622] 253 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,567 / 12,624] 255 / 411 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 86s remote-cache, linux-sandbox ... (70 actions running)
[11,569 / 12,624] 255 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,571 / 12,624] 255 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 49s remote-cache, linux-sandbox ... (70 actions running)
[11,572 / 12,624] 255 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,573 / 12,624] 255 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,573 / 12,624] 255 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 53s remote-cache, linux-sandbox ... (70 actions running)
[11,573 / 12,624] 255 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 54s remote-cache, linux-sandbox ... (70 actions running)
[11,575 / 12,624] 255 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,577 / 12,624] 255 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 57s remote-cache, linux-sandbox ... (70 actions running)
[11,579 / 12,624] 255 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,584 / 12,624] 255 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,587 / 12,628] 255 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 61s remote-cache, linux-sandbox ... (70 actions running)
[11,587 / 12,628] 256 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 62s remote-cache, linux-sandbox ... (70 actions running)
[11,591 / 12,637] 256 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,593 / 12,637] 256 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,597 / 12,637] 256 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 66s remote-cache, linux-sandbox ... (70 actions running)
[11,597 / 12,637] 256 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 68s remote-cache, linux-sandbox ... (70 actions running)
[11,598 / 12,637] 256 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,602 / 12,637] 256 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,603 / 12,637] 256 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 72s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,603 / 12,637] 256 / 411 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 73s remote-cache, linux-sandbox ... (70 actions running)
[11,605 / 12,643] 257 / 411 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,607 / 12,643] 257 / 411 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,609 / 12,643] 257 / 411 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 47s remote-cache, linux-sandbox ... (70 actions running)
[11,610 / 12,643] 257 / 411 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 48s remote-cache, linux-sandbox ... (70 actions running)
[11,611 / 12,643] 257 / 411 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 49s remote-cache, linux-sandbox ... (70 actions running)
[11,612 / 12,643] 257 / 411 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,613 / 12,643] 257 / 411 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,614 / 12,643] 257 / 411 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 53s remote-cache, linux-sandbox ... (70 actions running)
[11,615 / 12,643] 257 / 411 tests; Testing //pkg/executor/test/splittest:splittest_test (shard 2 of 3); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,618 / 12,643] 258 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,620 / 12,643] 258 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 51s remote-cache, linux-sandbox ... (70 actions running)
[11,620 / 12,643] 259 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 52s remote-cache, linux-sandbox ... (70 actions running)
[11,622 / 12,643] 259 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,622 / 12,643] 259 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 55s remote-cache, linux-sandbox ... (70 actions running)
[11,622 / 12,643] 259 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 56s remote-cache, linux-sandbox ... (70 actions running)
[11,624 / 12,643] 259 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 57s remote-cache, linux-sandbox ... (70 actions running)
[11,624 / 12,643] 259 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 61s remote-cache, linux-sandbox ... (70 actions running)
[11,627 / 12,643] 259 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,630 / 12,643] 259 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,632 / 12,643] 259 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 55s remote-cache, linux-sandbox ... (70 actions running)
[11,635 / 12,643] 259 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,636 / 12,643] 259 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,637 / 12,643] 259 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,640 / 12,643] 259 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,641 / 12,643] 259 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 46s remote-cache, linux-sandbox ... (70 actions running)
[11,643 / 12,643] 259 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 47s remote-cache, linux-sandbox ... (70 actions running)
[11,644 / 12,643] 259 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 49s remote-cache, linux-sandbox ... (70 actions running)
[11,645 / 12,643] 259 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,649 / 12,643] 259 / 411 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,650 / 12,643] 259 / 411 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 1 of 3); 40s remote-cache, linux-sandbox ... (70 actions running)
[11,651 / 12,643] 259 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 5 of 5); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,653 / 12,643] 259 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,654 / 12,643] 259 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,655 / 12,643] 259 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,657 / 12,643] 259 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 44s remote-cache, linux-sandbox ... (70 actions running)
[11,658 / 12,643] 259 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 45s remote-cache, linux-sandbox ... (70 actions running)
[11,659 / 12,643] 259 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 47s remote-cache, linux-sandbox ... (70 actions running)
[11,660 / 12,643] 259 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 48s remote-cache, linux-sandbox ... (70 actions running)
[11,661 / 12,643] 260 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,662 / 12,643] 260 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 51s remote-cache, linux-sandbox ... (70 actions running)
[11,664 / 12,643] 260 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,665 / 12,643] 260 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 54s remote-cache, linux-sandbox ... (70 actions running)
[11,666 / 12,643] 260 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 55s remote-cache, linux-sandbox ... (70 actions running)
[11,666 / 12,643] 260 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 57s remote-cache, linux-sandbox ... (70 actions running)
[11,667 / 12,643] 260 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 58s remote-cache, linux-sandbox ... (70 actions running)
[11,668 / 12,643] 260 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 59s remote-cache, linux-sandbox ... (70 actions running)
[11,669 / 12,643] 261 / 411 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 2 of 3); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,672 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 9 of 11); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,674 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 9 of 28); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,676 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,676 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 43s remote-cache, linux-sandbox ... (70 actions running)
[11,678 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,680 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 46s remote-cache, linux-sandbox ... (70 actions running)
[11,680 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 47s remote-cache, linux-sandbox ... (70 actions running)
[11,681 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 49s remote-cache, linux-sandbox ... (70 actions running)
[11,681 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,681 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 52s remote-cache, linux-sandbox ... (70 actions running)
[11,684 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 41 of 42); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,687 / 12,643] 261 / 411 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 55s remote-cache, linux-sandbox ... (70 actions running)
[11,687 / 12,643] 261 / 411 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 56s remote-cache, linux-sandbox ... (70 actions running)
[11,692 / 12,643] 261 / 411 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,692 / 12,643] 261 / 411 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 59s remote-cache, linux-sandbox ... (70 actions running)
[11,693 / 12,643] 261 / 411 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 60s remote-cache, linux-sandbox ... (70 actions running)
[11,694 / 12,643] 261 / 411 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 62s remote-cache, linux-sandbox ... (70 actions running)
[11,695 / 12,643] 261 / 411 tests; Testing //pkg/ddl:ddl_test (shard 17 of 50); 63s remote-cache, linux-sandbox ... (70 actions running)
[11,698 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 59s remote-cache, linux-sandbox ... (70 actions running)
[11,699 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,701 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,703 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,703 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 64s remote-cache, linux-sandbox ... (70 actions running)
[11,703 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 67s remote-cache, linux-sandbox ... (70 actions running)
[11,704 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 69s remote-cache, linux-sandbox ... (70 actions running)
[11,705 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,705 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 72s remote-cache, linux-sandbox ... (70 actions running)
[11,707 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 74s remote-cache, linux-sandbox ... (70 actions running)
[11,711 / 12,643] 261 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,713 / 12,643] 261 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,715 / 12,643] 261 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 54s remote-cache, linux-sandbox ... (70 actions running)
[11,715 / 12,643] 261 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 56s remote-cache, linux-sandbox ... (70 actions running)
[11,720 / 12,643] 261 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,720 / 12,643] 261 / 411 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 52s remote-cache, linux-sandbox ... (70 actions running)
[11,723 / 12,643] 262 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 3 of 42); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,724 / 12,643] 262 / 411 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 13 of 32); 39s remote-cache, linux-sandbox ... (70 actions running)
[11,725 / 12,643] 262 / 411 tests; Testing //pkg/ddl/tests/indexmerge:indexmerge_test (shard 9 of 20); 39s remote-cache, linux-sandbox ... (70 actions running)
[11,728 / 12,643] 262 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,729 / 12,643] 262 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,731 / 12,643] 262 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,731 / 12,643] 262 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 44s remote-cache, linux-sandbox ... (70 actions running)
[11,733 / 12,643] 262 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 45s remote-cache, linux-sandbox ... (70 actions running)
[11,733 / 12,643] 262 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 46s remote-cache, linux-sandbox ... (70 actions running)
[11,735 / 12,643] 262 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 47s remote-cache, linux-sandbox ... (70 actions running)
[11,735 / 12,643] 262 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 50s remote-cache, linux-sandbox ... (70 actions running)
[11,737 / 12,643] 262 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 52s remote-cache, linux-sandbox ... (70 actions running)
[11,739 / 12,643] 262 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 53s remote-cache, linux-sandbox ... (70 actions running)
[11,741 / 12,643] 262 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,741 / 12,643] 262 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 56s remote-cache, linux-sandbox ... (70 actions running)
[11,742 / 12,643] 263 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 57s remote-cache, linux-sandbox ... (70 actions running)
[11,743 / 12,643] 263 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,743 / 12,643] 263 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 51s remote-cache, linux-sandbox ... (70 actions running)
[11,743 / 12,643] 263 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 53s remote-cache, linux-sandbox ... (70 actions running)
[11,744 / 12,643] 263 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,746 / 12,643] 263 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 56s remote-cache, linux-sandbox ... (70 actions running)
[11,751 / 12,643] 263 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,753 / 12,643] 263 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 59s remote-cache, linux-sandbox ... (70 actions running)
[11,754 / 12,643] 263 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 61s remote-cache, linux-sandbox ... (70 actions running)
[11,757 / 12,643] 264 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,768 / 12,643] 264 / 411 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 3 of 5); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,779 / 12,643] 264 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,783 / 12,643] 264 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,793 / 12,643] 264 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,799 / 12,643] 264 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 10 of 33); 65s remote-cache, linux-sandbox ... (70 actions running)
[11,802 / 12,643] 264 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,805 / 12,643] 264 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,806 / 12,643] 264 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 49s remote-cache, linux-sandbox ... (70 actions running)
[11,808 / 12,643] 264 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 51s remote-cache, linux-sandbox ... (70 actions running)
[11,811 / 12,643] 264 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 52s remote-cache, linux-sandbox ... (70 actions running)
[11,812 / 12,643] 264 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,812 / 12,643] 264 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 54s remote-cache, linux-sandbox ... (70 actions running)
[11,812 / 12,643] 264 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 56s remote-cache, linux-sandbox ... (70 actions running)
[11,814 / 12,643] 264 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,829 / 12,643] 264 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,838 / 12,643] 264 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,843 / 12,643] 265 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,852 / 12,643] 265 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,857 / 12,643] 265 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,863 / 12,643] 265 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,867 / 12,643] 265 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,881 / 12,649] 265 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,884 / 12,649] 265 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,903 / 12,649] 265 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,916 / 12,649] 265 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,929 / 12,649] 265 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,942 / 12,649] 265 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 72s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,954 / 12,649] 265 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,960 / 12,649] 265 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 74s remote-cache, linux-sandbox ... (70 actions running)
[11,961 / 12,649] 265 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,966 / 12,649] 266 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 76s remote-cache, linux-sandbox ... (66 actions, 62 running)
[11,971 / 12,653] 266 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 77s remote-cache, linux-sandbox ... (66 actions, 62 running)
[11,982 / 12,653] 266 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 78s remote-cache, linux-sandbox ... (63 actions, 56 running)
[11,988 / 12,653] 267 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 79s remote-cache, linux-sandbox ... (62 actions, 54 running)
[11,991 / 12,653] 267 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 81s remote-cache, linux-sandbox ... (61 actions, 52 running)
[12,003 / 12,657] 269 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 82s remote-cache, linux-sandbox ... (60 actions, 50 running)
[12,008 / 12,657] 269 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 83s remote-cache, linux-sandbox ... (61 actions, 53 running)
[12,016 / 12,661] 270 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 84s remote-cache, linux-sandbox ... (62 actions, 54 running)
[12,021 / 12,661] 271 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 85s remote-cache, linux-sandbox ... (61 actions, 52 running)
[12,027 / 12,671] 271 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 86s remote-cache, linux-sandbox ... (61 actions, 52 running)
[12,035 / 12,684] 272 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 87s remote-cache, linux-sandbox ... (59 actions, 48 running)
[12,045 / 12,698] 273 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 88s remote-cache, linux-sandbox ... (60 actions, 50 running)
[12,056 / 12,702] 274 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 89s remote-cache, linux-sandbox ... (60 actions, 50 running)
[12,059 / 12,702] 275 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 90s remote-cache, linux-sandbox ... (59 actions, 48 running)
[12,066 / 12,702] 275 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 91s remote-cache, linux-sandbox ... (59 actions, 48 running)
[12,077 / 12,722] 275 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 92s remote-cache, linux-sandbox ... (58 actions, 46 running)
[12,089 / 12,728] 277 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 93s remote-cache, linux-sandbox ... (58 actions, 46 running)
[12,099 / 12,728] 278 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 94s remote-cache, linux-sandbox ... (59 actions, 48 running)
[12,111 / 12,728] 279 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 95s remote-cache, linux-sandbox ... (61 actions, 52 running)
[12,121 / 12,728] 281 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 96s remote-cache, linux-sandbox ... (62 actions, 54 running)
[12,133 / 12,754] 282 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 98s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,137 / 12,754] 282 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 99s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,142 / 12,756] 283 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 100s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,149 / 12,756] 284 / 411 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 101s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,155 / 12,765] 284 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 69s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,163 / 12,765] 284 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 70s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,170 / 12,765] 284 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 71s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,180 / 12,765] 285 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 72s remote-cache, linux-sandbox ... (67 actions, 64 running)
[12,183 / 12,765] 285 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 74s remote-cache, linux-sandbox ... (67 actions, 64 running)
[12,189 / 12,767] 285 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 75s remote-cache, linux-sandbox ... (66 actions, 62 running)
[12,198 / 12,815] 287 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 76s remote-cache, linux-sandbox ... (66 actions, 62 running)
[12,203 / 12,817] 288 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 77s remote-cache, linux-sandbox ... (67 actions, 64 running)
[12,216 / 12,856] 289 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 78s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,220 / 12,856] 289 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 79s remote-cache, linux-sandbox ... (66 actions, 63 running)
[12,224 / 12,856] 289 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 80s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,228 / 12,856] 289 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 81s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,234 / 12,907] 289 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 82s remote-cache, linux-sandbox ... (67 actions, 64 running)
[12,243 / 12,907] 289 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 83s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,250 / 12,907] 289 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 85s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,258 / 12,907] 290 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 86s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,265 / 12,907] 290 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 87s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,271 / 12,907] 290 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 88s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,278 / 12,907] 290 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 89s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,285 / 12,907] 290 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 90s remote-cache, linux-sandbox ... (67 actions, 64 running)
[12,289 / 12,907] 290 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 91s remote-cache, linux-sandbox ... (67 actions, 64 running)
[12,294 / 12,907] 291 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 92s remote-cache, linux-sandbox ... (67 actions, 64 running)
[12,309 / 12,935] 291 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 93s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,315 / 12,935] 291 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 95s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,321 / 12,935] 291 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 96s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,326 / 12,935] 291 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 97s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,338 / 12,937] 291 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 98s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,341 / 12,937] 291 / 411 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 99s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,352 / 12,937] 292 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 46s remote-cache, linux-sandbox ... (67 actions, 65 running)
[12,358 / 12,937] 292 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 47s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,369 / 12,937] 292 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 48s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,379 / 12,937] 293 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 49s remote-cache, linux-sandbox ... (65 actions, 60 running)
[12,396 / 12,937] 294 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 50s remote-cache, linux-sandbox ... (64 actions, 58 running)
[12,400 / 12,937] 294 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 51s remote-cache, linux-sandbox ... (65 actions, 60 running)
[12,422 / 12,937] 294 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 52s remote-cache, linux-sandbox ... (65 actions, 61 running)
[12,433 / 12,939] 294 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,442 / 12,939] 295 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,457 / 12,939] 295 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 55s remote-cache, linux-sandbox ... (65 actions, 61 running)
[12,471 / 12,939] 295 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 56s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,489 / 12,939] 296 / 411 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 57s remote-cache, linux-sandbox ... (70 actions, 69 running)
Aborted by Jenkins Admin
Sending interrupt signal to process
Killing processes
kill finished with exit code 0
script returned exit code 143
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
None of the test reports contained any result
[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: TestTaskState
Output files:
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
bazel-target-output-L332-1137.fail.log
[Pipeline] sh
No test report files were found. Configuration error?
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: c71ffd0e-0d02-4bb1-92e2-af1cde50915b' --header 'ce-source: https://do.pingcap.net/jenkins/' --header 'ce-type: test-case-run-report' --header 'ce-repo: pingcap/tidb' --header 'ce-branch: master' --header 'ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8929/' --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: c71ffd0e-0d02-4bb1-92e2-af1cde50915b
> ce-source: https://do.pingcap.net/jenkins/
> ce-type: test-case-run-report
> ce-repo: pingcap/tidb
> ce-branch: master
> ce-buildurl: https://do.pingcap.net/jenkins/job/pingcap/job/tidb/job/ghpr_unit_test/8929/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 152
> 
} [data not shown]
* upload completely sent off: 152 out of 152 bytes

100   152    0     0  100   152      0    149  0:00:01  0:00:01 --:--:--   149
100   152    0     0  100   152      0     75  0:00:02  0:00:02 --:--:--    75
100   152    0     0  100   152      0     50  0:00:03  0:00:03 --:--:--    50
100   152    0     0  100   152      0     37  0:00:04  0:00:04 --:--:--    37
100   152    0     0  100   152      0     30  0:00:05  0:00:05 --:--:--    30
100   152    0     0  100   152      0     25  0:00:06  0:00:06 --:--:--     0
100   152    0     0  100   152      0     21  0:00:07  0:00:07 --:--:--     0
100   152    0     0  100   152      0     18  0:00:08  0:00:08 --:--:--     0
100   152    0     0  100   152      0     16  0:00:09  0:00:09 --:--:--     0+ true
[Pipeline] archiveArtifacts
Archiving artifacts
[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
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: a25894ad-03b9-4ff3-806a-1cea566faa9c
Finished: ABORTED