Skip to content

Console Output

Skipping 509 KB.. Full Log
[2024/04/30 09:18:46.462 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=109]
[2024/04/30 09:18:46.462 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/30 09:18:46.463 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.342849575\n# Parse_time: 0.000598057\n# Compile_time: 0.001657417\n# Rewrite_time: 0.000083905\n# Optimize_time: 0.000615796\n# Wait_TS: 0.000113847\n# DB: db11\n# Is_internal: false\n# Digest: fec4880691497a21760b229c68655b58ca7607a58879df878d46c565e1152065\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\ncreate table t12(a int);"]
[2024/04/30 09:18:46.465 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=54] [cur_db=db11] [sql="create table t2(a int)"] [user=root@%]
[2024/04/30 09:18:46.509 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:46.485 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/30 09:18:46.510 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:46.485 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t2(a int)"]
[2024/04/30 09:18:46.606 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=111] [conn=1] [category=ddl] [job="ID:111, Type:create table, State:queueing, SchemaState:none, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:46.485 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:46.664 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=1.376991ms] [gotSchemaVersion=55] [phyTblIDs="[110]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/30 09:18:46.678 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=111] [version=55]
[2024/04/30 09:18:46.678 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=16.041918ms] [job="ID:111, Type:create table, State:done, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:46.485 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:46.782 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=111] [conn=1] [job="ID:111, Type:create table, State:synced, SchemaState:public, SchemaID:104, TableID:110, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:46.485 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:46.823 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=111]
[2024/04/30 09:18:46.823 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/30 09:18:46.825 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.361407785\n# Parse_time: 0.000499885\n# Compile_time: 0.000856813\n# Rewrite_time: 0.000052976\n# Optimize_time: 0.000615796\n# Wait_TS: 0.000085165\n# DB: db11\n# Is_internal: false\n# Digest: aee77d1078fc4157d4d2bb1e1780b16a2a08f9683128a4c323206bd76d8ef2f9\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\ncreate table t2(a int);"]
[2024/04/30 09:18:46.828 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=db11] [sql="drop database if exists db12"] [user=root@%]
[2024/04/30 09:18:46.831 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=55] [cur_db=db11] [sql="create database db12"] [user=root@%]
[2024/04/30 09:18:46.863 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2024-04-30 09:18:46.844 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/30 09:18:46.863 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2024-04-30 09:18:46.844 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database db12"]
[2024/04/30 09:18:46.955 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=113] [conn=1] [category=ddl] [job="ID:113, Type:create schema, State:queueing, SchemaState:none, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:46.844 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:46.985 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=55] [neededSchemaVersion=56] ["start time"=622.069µs] [gotSchemaVersion=56] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"]
[2024/04/30 09:18:47.000 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=113] [version=56]
[2024/04/30 09:18:47.002 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=56] ["take time"=18.542252ms] [job="ID:113, Type:create schema, State:done, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:1, start time: 2024-04-30 09:18:46.844 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:47.016 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig]
[2024/04/30 09:18:47.131 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=113] [conn=1] [job="ID:113, Type:create schema, State:synced, SchemaState:public, SchemaID:112, TableID:0, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:46.844 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:47.160 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=113]
[2024/04/30 09:18:47.160 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/30 09:18:47.162 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.332776312\n# Parse_time: 0.00032921\n# Compile_time: 0.000943022\n# Rewrite_time: 0.000048458\n# Optimize_time: 0.000615796\n# Wait_TS: 0.000142381\n# DB: db11\n# Is_internal: false\n# Digest: 41b1ab05cbe2751528f4893380448e699b9c5aaccd61173cdb3b470d4a8b0a6d\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\ncreate database db12;"]
[2024/04/30 09:18:47.166 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=56] [cur_db=db12] [sql="create table t11(a int)"] [user=root@%]
[2024/04/30 09:18:47.207 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:47.18 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/30 09:18:47.207 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:47.18 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t11(a int)"]
[2024/04/30 09:18:47.254 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=115] [conn=1] [category=ddl] [job="ID:115, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:47.18 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:47.314 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=56] [neededSchemaVersion=57] ["start time"=979.094µs] [gotSchemaVersion=57] [phyTblIDs="[114]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/30 09:18:47.326 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=115] [version=57]
[2024/04/30 09:18:47.327 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=57] ["take time"=14.637424ms] [job="ID:115, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:47.18 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:47.412 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=115] [conn=1] [job="ID:115, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:114, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:47.18 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:47.465 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=115]
[2024/04/30 09:18:47.465 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/30 09:18:47.467 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.301142307\n# Parse_time: 0.00037181\n# Compile_time: 0.000816339\n# Rewrite_time: 0.000080787\n# Optimize_time: 0.000615796\n# Wait_TS: 0.000101302\n# DB: db12\n# Is_internal: false\n# Digest: 60aa392078122465be720ebaf68cd7f72c58252ecfa1cc32c01d0bba64b2beb8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse db12;\ncreate table t11(a int);"]
[2024/04/30 09:18:47.469 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=57] [cur_db=db12] [sql="create table t12(a int)"] [user=root@%]
[2024/04/30 09:18:47.514 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:117, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:116, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:47.485 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/30 09:18:47.514 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:117, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:116, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:47.485 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t12(a int)"]
[2024/04/30 09:18:47.597 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=117] [conn=1] [category=ddl] [job="ID:117, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:116, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:47.485 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:47.646 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=57] [neededSchemaVersion=58] ["start time"=1.469653ms] [gotSchemaVersion=58] [phyTblIDs="[116]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/30 09:18:47.663 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=117] [version=58]
[2024/04/30 09:18:47.664 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=58] ["take time"=20.152168ms] [job="ID:117, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:116, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:47.485 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:47.773 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=117] [conn=1] [job="ID:117, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:116, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:47.485 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:47.817 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=117]
[2024/04/30 09:18:47.817 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/30 09:18:47.819 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.351379744\n# Parse_time: 0.000601757\n# Compile_time: 0.001407171\n# Rewrite_time: 0.000076715\n# Optimize_time: 0.000615796\n# Wait_TS: 0.000156601\n# DB: db12\n# Is_internal: false\n# Digest: fec4880691497a21760b229c68655b58ca7607a58879df878d46c565e1152065\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\ncreate table t12(a int);"]
[2024/04/30 09:18:47.821 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=58] [cur_db=db12] [sql="create table t2(a int)"] [user=root@%]
[2024/04/30 09:18:47.861 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:118, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:47.834 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/30 09:18:47.861 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:118, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:47.834 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t2(a int)"]
[2024/04/30 09:18:47.979 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=119] [conn=1] [category=ddl] [job="ID:119, Type:create table, State:queueing, SchemaState:none, SchemaID:112, TableID:118, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:47.834 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:48.046 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=58] [neededSchemaVersion=59] ["start time"=1.06968ms] [gotSchemaVersion=59] [phyTblIDs="[118]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/30 09:18:48.062 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=119] [version=59]
[2024/04/30 09:18:48.063 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=59] ["take time"=18.781703ms] [job="ID:119, Type:create table, State:done, SchemaState:public, SchemaID:112, TableID:118, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:47.834 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:48.185 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=119] [conn=1] [job="ID:119, Type:create table, State:synced, SchemaState:public, SchemaID:112, TableID:118, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:47.834 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:48.229 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=119]
[2024/04/30 09:18:48.229 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/30 09:18:48.238 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.417942841\n# Parse_time: 0.000369249\n# Compile_time: 0.000867924\n# Rewrite_time: 0.000060192\n# Optimize_time: 0.000615796\n# Wait_TS: 0.000118122\n# DB: db12\n# Is_internal: false\n# Digest: aee77d1078fc4157d4d2bb1e1780b16a2a08f9683128a4c323206bd76d8ef2f9\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\ncreate table t2(a int);"]
[2024/04/30 09:18:48.240 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=59] [cur_db=db12] [sql="drop database if exists db2"] [user=root@%]
[2024/04/30 09:18:48.243 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=59] [cur_db=db12] [sql="create database db2"] [user=root@%]
[2024/04/30 09:18:48.300 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:121, Type:create schema, State:queueing, SchemaState:none, SchemaID:120, TableID:0, RowCount:0, ArgLen:1, start time: 2024-04-30 09:18:48.269 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/30 09:18:48.301 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:121, Type:create schema, State:queueing, SchemaState:none, SchemaID:120, TableID:0, RowCount:0, ArgLen:1, start time: 2024-04-30 09:18:48.269 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create database db2"]
[2024/04/30 09:18:48.427 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=121] [conn=1] [category=ddl] [job="ID:121, Type:create schema, State:queueing, SchemaState:none, SchemaID:120, TableID:0, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:48.269 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:48.454 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=59] [neededSchemaVersion=60] ["start time"=1.147954ms] [gotSchemaVersion=60] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"create schema\"]"]
[2024/04/30 09:18:48.468 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=121] [version=60]
[2024/04/30 09:18:48.468 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=60] ["take time"=16.056751ms] [job="ID:121, Type:create schema, State:done, SchemaState:public, SchemaID:120, TableID:0, RowCount:0, ArgLen:1, start time: 2024-04-30 09:18:48.269 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:48.576 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=121] [conn=1] [job="ID:121, Type:create schema, State:synced, SchemaState:public, SchemaID:120, TableID:0, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:48.269 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:48.607 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=121]
[2024/04/30 09:18:48.607 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/30 09:18:48.609 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.366609337\n# Parse_time: 0.000302679\n# Compile_time: 0.000968422\n# Rewrite_time: 0.000051774\n# Optimize_time: 0.000615796\n# Wait_TS: 0.00012559\n# DB: db12\n# Is_internal: false\n# Digest: dacc847b67b9c7837f6735d0c88b46222d71bdd59da5da015c17ac2614116cec\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\ncreate database db2;"]
[2024/04/30 09:18:48.613 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=60] [cur_db=db2] [sql="create table t11(a int)"] [user=root@%]
[2024/04/30 09:18:48.663 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:123, Type:create table, State:queueing, SchemaState:none, SchemaID:120, TableID:122, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:48.629 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/30 09:18:48.663 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:123, Type:create table, State:queueing, SchemaState:none, SchemaID:120, TableID:122, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:48.629 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t11(a int)"]
[2024/04/30 09:18:48.759 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=123] [conn=1] [category=ddl] [job="ID:123, Type:create table, State:queueing, SchemaState:none, SchemaID:120, TableID:122, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:48.629 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:48.808 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=60] [neededSchemaVersion=61] ["start time"=1.384394ms] [gotSchemaVersion=61] [phyTblIDs="[122]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/30 09:18:48.825 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=123] [version=61]
[2024/04/30 09:18:48.826 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=61] ["take time"=21.005328ms] [job="ID:123, Type:create table, State:done, SchemaState:public, SchemaID:120, TableID:122, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:48.629 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:48.913 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=123] [conn=1] [job="ID:123, Type:create table, State:synced, SchemaState:public, SchemaID:120, TableID:122, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:48.629 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:48.957 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=123]
[2024/04/30 09:18:48.958 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/30 09:18:48.959 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.34719416\n# Parse_time: 0.000518575\n# Compile_time: 0.001090064\n# Rewrite_time: 0.000073971\n# Optimize_time: 0.000615796\n# Wait_TS: 0.000133527\n# DB: db2\n# Is_internal: false\n# Digest: 60aa392078122465be720ebaf68cd7f72c58252ecfa1cc32c01d0bba64b2beb8\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse db2;\ncreate table t11(a int);"]
[2024/04/30 09:18:48.962 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=61] [cur_db=db2] [sql="create table t12(a int)"] [user=root@%]
[2024/04/30 09:18:49.009 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:120, TableID:124, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:48.976 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/30 09:18:49.009 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:120, TableID:124, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:48.976 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t12(a int)"]
[2024/04/30 09:18:49.105 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=125] [conn=1] [category=ddl] [job="ID:125, Type:create table, State:queueing, SchemaState:none, SchemaID:120, TableID:124, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:48.976 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:49.159 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=61] [neededSchemaVersion=62] ["start time"=992.872µs] [gotSchemaVersion=62] [phyTblIDs="[124]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/30 09:18:49.172 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=125] [version=62]
[2024/04/30 09:18:49.175 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=62] ["take time"=18.136652ms] [job="ID:125, Type:create table, State:done, SchemaState:public, SchemaID:120, TableID:124, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:48.976 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:49.330 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=125] [conn=1] [job="ID:125, Type:create table, State:synced, SchemaState:public, SchemaID:120, TableID:124, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:48.976 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:49.379 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=125]
[2024/04/30 09:18:49.380 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/30 09:18:49.382 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.421561504\n# Parse_time: 0.000540186\n# Compile_time: 0.001135356\n# Rewrite_time: 0.000072075\n# Optimize_time: 0.000615796\n# Wait_TS: 0.000137169\n# DB: db2\n# Is_internal: false\n# Digest: fec4880691497a21760b229c68655b58ca7607a58879df878d46c565e1152065\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\ncreate table t12(a int);"]
[2024/04/30 09:18:49.385 +00:00] [INFO] [session.go:3889] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=62] [cur_db=db2] [sql="create table t2(a int)"] [user=root@%]
[2024/04/30 09:18:49.429 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:127, Type:create table, State:queueing, SchemaState:none, SchemaID:120, TableID:126, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:49.4 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/04/30 09:18:49.431 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:127, Type:create table, State:queueing, SchemaState:none, SchemaID:120, TableID:126, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:49.4 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="create table t2(a int)"]
[2024/04/30 09:18:49.567 +00:00] [INFO] [ddl_worker.go:1185] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=127] [conn=1] [category=ddl] [job="ID:127, Type:create table, State:queueing, SchemaState:none, SchemaID:120, TableID:126, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:49.4 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:49.646 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=62] [neededSchemaVersion=63] ["start time"=1.547789ms] [gotSchemaVersion=63] [phyTblIDs="[126]"] [actionTypes="[3]"] [diffTypes="[\"create table\"]"]
[2024/04/30 09:18:49.662 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=127] [version=63]
[2024/04/30 09:18:49.666 +00:00] [INFO] [ddl_worker.go:1433] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=63] ["take time"=21.914315ms] [job="ID:127, Type:create table, State:done, SchemaState:public, SchemaID:120, TableID:126, RowCount:0, ArgLen:2, start time: 2024-04-30 09:18:49.4 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:49.778 +00:00] [INFO] [ddl_worker.go:743] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=127] [conn=1] [job="ID:127, Type:create table, State:synced, SchemaState:public, SchemaID:120, TableID:126, RowCount:0, ArgLen:0, start time: 2024-04-30 09:18:49.4 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/04/30 09:18:49.820 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=127]
[2024/04/30 09:18:49.820 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/04/30 09:18:49.822 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.438710839\n# Parse_time: 0.000850666\n# Compile_time: 0.001319064\n# Rewrite_time: 0.000088311\n# Optimize_time: 0.000615796\n# Wait_TS: 0.000132141\n# DB: db2\n# Is_internal: false\n# Digest: aee77d1078fc4157d4d2bb1e1780b16a2a08f9683128a4c323206bd76d8ef2f9\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\ncreate table t2(a int);"]
[2024/04/30 09:18:50.854 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.826283238\n# Parse_time: 0.000306048\n# Compile_time: 0.000881094\n# Rewrite_time: 0.000017078\n# Optimize_time: 0.00201238\n# Wait_TS: 0\n# DB: db2\n# Is_internal: false\n# Digest: 8cd81e4b8cd9d66caf8b8b49cbae1e94e40a21f3f63786593ffa9546e47b0b4b\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\nadmin capture bindings;"]
[2024/04/30 09:18:51.943 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.734551497\n# Parse_time: 0.000346606\n# Compile_time: 0.001406922\n# Rewrite_time: 0.000006899\n# Optimize_time: 0.001828066\n# Wait_TS: 0\n# DB: db2\n# Is_internal: false\n# Digest: 8cd81e4b8cd9d66caf8b8b49cbae1e94e40a21f3f63786593ffa9546e47b0b4b\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\nadmin capture bindings;"]
[2024/04/30 09:18:53.090 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.638445877\n# Parse_time: 0.000300468\n# Compile_time: 0.00087371\n# Rewrite_time: 0.000005704\n# Optimize_time: 0.001643504\n# Wait_TS: 0\n# DB: db2\n# Is_internal: false\n# Digest: 8cd81e4b8cd9d66caf8b8b49cbae1e94e40a21f3f63786593ffa9546e47b0b4b\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\nadmin capture bindings;"]
[2024/04/30 09:18:53.911 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.425041369\n# Parse_time: 0.000304638\n# Compile_time: 0.000821054\n# Rewrite_time: 0.000008335\n# Optimize_time: 0.002164419\n# Wait_TS: 0\n# DB: db2\n# Is_internal: false\n# Digest: 8cd81e4b8cd9d66caf8b8b49cbae1e94e40a21f3f63786593ffa9546e47b0b4b\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\nadmin capture bindings;"]
[2024/04/30 09:18:54.684 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# User@Host: root[root] @ % [%]\n# Conn_ID: 1\n# Query_time: 0.372911695\n# Parse_time: 0.000321064\n# Compile_time: 0.000920454\n# Rewrite_time: 0.000007323\n# Optimize_time: 0.002191903\n# Wait_TS: 0\n# DB: db2\n# Is_internal: false\n# Digest: 8cd81e4b8cd9d66caf8b8b49cbae1e94e40a21f3f63786593ffa9546e47b0b4b\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\nadmin capture bindings;"]
    capture_test.go:703: 
        	Error Trace:	pkg/bindinfo/capture_test.go:703
        	            				pkg/bindinfo/capture_test.go:753
        	Error:      	Condition never satisfied
        	Test:       	TestCaptureWildcardFilter
[2024/04/30 09:18:56.796 +00:00] [INFO] [set.go:170] ["set global var"] [conn=1] [name=tidb_capture_plan_baselines] [val=off]
[2024/04/30 09:18:56.837 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=4959ce93-2e9c-4560-b1ff-e95319a0638f] [ownerKey=/tidb/ddl/fg/owner]
[2024/04/30 09:18:56.838 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/30 09:18:56.838 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=41.194µs]
[2024/04/30 09:18:56.838 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=35.037µs]
[2024/04/30 09:18:56.838 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=31.839µs]
[2024/04/30 09:18:56.838 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=42.568µs]
[2024/04/30 09:18:56.838 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/30 09:18:56.838 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=288.782µs]
[2024/04/30 09:18:56.839 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/04/30 09:18:56.839 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/04/30 09:18:56.839 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl]
[2024/04/30 09:18:56.847 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=4959ce93-2e9c-4560-b1ff-e95319a0638f] ["take time"=49.94809ms]
[2024/04/30 09:18:56.847 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=4959ce93-2e9c-4560-b1ff-e95319a0638f]
[2024/04/30 09:18:56.847 +00:00] [INFO] [domain.go:1025] ["stopping ttlJobManager"]
[2024/04/30 09:18:56.848 +00:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl]
[2024/04/30 09:18:56.848 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/04/30 09:18:56.848 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/30 09:18:56.848 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/30 09:18:56.848 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/30 09:18:56.848 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/04/30 09:18:56.849 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/04/30 09:18:56.849 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/30 09:18:56.849 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/30 09:18:56.849 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/30 09:18:56.849 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/04/30 09:18:56.860 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager]
[2024/04/30 09:18:56.860 +00:00] [INFO] [domain.go:1036] ["ttlJobManager exited."]
[2024/04/30 09:18:56.860 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000]
[2024/04/30 09:18:56.860 +00:00] [INFO] [domain.go:906] ["loadSchemaInLoop exited."]
[2024/04/30 09:18:56.860 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/04/30 09:18:56.861 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."]
[2024/04/30 09:18:56.861 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker]
[2024/04/30 09:18:56.861 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=4959ce93-2e9c-4560-b1ff-e95319a0638f] [ownerKey=/tidb/stats/owner]
[2024/04/30 09:18:56.861 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."]
[2024/04/30 09:18:56.861 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=quitStatsOwner]
[2024/04/30 09:18:56.861 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker]
[2024/04/30 09:18:56.861 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/04/30 09:18:56.861 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."]
[2024/04/30 09:18:56.861 +00:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=4959ce93-2e9c-4560-b1ff-e95319a0638f]
[2024/04/30 09:18:56.861 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/04/30 09:18:56.861 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."]
[2024/04/30 09:18:56.861 +00:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [server-id=:4000]
[2024/04/30 09:18:56.861 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop]
[2024/04/30 09:18:56.862 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/04/30 09:18:56.862 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=4959ce93-2e9c-4560-b1ff-e95319a0638f] [ownerKey=/tidb/bindinfo/owner]
[2024/04/30 09:18:56.862 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/04/30 09:18:56.862 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."]
[2024/04/30 09:18:56.862 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/04/30 09:18:56.862 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/04/30 09:18:56.862 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/04/30 09:18:56.862 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/04/30 09:18:56.862 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/04/30 09:18:56.862 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/04/30 09:18:56.862 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/04/30 09:18:56.862 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/04/30 09:18:56.862 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/30 09:18:56.862 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/04/30 09:18:56.862 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/30 09:18:56.862 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/30 09:18:56.862 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/04/30 09:18:56.862 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop]
[2024/04/30 09:18:56.863 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/30 09:18:56.862 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/04/30 09:18:56.863 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/04/30 09:18:56.863 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000]
[2024/04/30 09:18:56.863 +00:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [server-id=:4000]
[2024/04/30 09:18:56.863 +00:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [server-id=:4000]
[2024/04/30 09:18:56.863 +00:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [server-id=:4000]
[2024/04/30 09:18:56.863 +00:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=4959ce93-2e9c-4560-b1ff-e95319a0638f]
[2024/04/30 09:18:56.863 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"]
[2024/04/30 09:18:56.863 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"]
[2024/04/30 09:18:56.863 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop]
[2024/04/30 09:18:56.876 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=78.389325ms]
[2024/04/30 09:18:56.877 +00:00] [INFO] [db.go:567] ["Closing database"]
[2024/04/30 09:18:56.884 +00:00] [INFO] [db.go:592] ["Memtable flushed"]
[2024/04/30 09:18:56.884 +00:00] [INFO] [db.go:596] ["Compaction finished"]
[2024/04/30 09:18:56.884 +00:00] [INFO] [db.go:615] ["BlobManager finished"]
[2024/04/30 09:18:56.884 +00:00] [INFO] [db.go:619] ["ResourceManager finished"]
[2024/04/30 09:18:56.884 +00:00] [INFO] [db.go:625] ["Waiting for closer"]
--- FAIL: TestCaptureWildcardFilter (41.25s)
FAIL
coverage: 10.3% of statements
--
Coverage runner: Not collecting coverage for failed test.
The following commands failed with status 1
/home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/sandbox/linux-sandbox/10584/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/bindinfo/bindinfo_test_/bindinfo_test.runfiles/__main__/pkg/bindinfo/bindinfo_test_/bindinfo_test
================================================================================
[11,706 / 12,457] 272 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,711 / 12,457] 272 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,716 / 12,457] 272 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,724 / 12,459] 272 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,727 / 12,459] 272 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,732 / 12,459] 273 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 67s remote-cache, linux-sandbox ... (70 actions running)
[11,736 / 12,459] 273 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 69s remote-cache, linux-sandbox ... (70 actions running)
[11,737 / 12,459] 273 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,744 / 12,459] 273 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,748 / 12,459] 273 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 73s remote-cache, linux-sandbox ... (70 actions running)
[11,748 / 12,459] 273 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 74s remote-cache, linux-sandbox ... (70 actions running)
[11,755 / 12,459] 273 / 403 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,761 / 12,459] 274 / 403 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,767 / 12,459] 274 / 403 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,770 / 12,459] 274 / 403 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,779 / 12,510] 275 / 403 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 43s remote-cache, linux-sandbox ... (67 actions, 66 running)
[11,781 / 12,510] 275 / 403 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 44s remote-cache, linux-sandbox ... (70 actions running)
[11,787 / 12,510] 275 / 403 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 16 of 17); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,790 / 12,510] 275 / 403 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 11 of 11); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,796 / 12,510] 276 / 403 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 11 of 11); 37s remote-cache, linux-sandbox ... (70 actions running)
[11,801 / 12,510] 276 / 403 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 36s remote-cache, linux-sandbox ... (70 actions running)
[11,805 / 12,510] 277 / 403 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,806 / 12,510] 277 / 403 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,811 / 12,510] 277 / 403 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,818 / 12,510] 277 / 403 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 41s remote-cache, linux-sandbox ... (69 actions running)
[11,820 / 12,510] 277 / 403 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 42s remote-cache, linux-sandbox ... (70 actions running)
[11,824 / 12,510] 277 / 403 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 3 of 3); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,828 / 12,510] 277 / 403 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 40s remote-cache, linux-sandbox ... (70 actions running)
[11,830 / 12,561] 277 / 403 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 41s remote-cache, linux-sandbox ... (70 actions running)
[11,836 / 12,561] 277 / 403 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 43s remote-cache, linux-sandbox ... (70 actions running)
[11,837 / 12,561] 277 / 403 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 44s remote-cache, linux-sandbox ... (70 actions running)
[11,838 / 12,561] 277 / 403 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,851 / 12,561] 277 / 403 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,851 / 12,561] 277 / 403 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 36s remote-cache, linux-sandbox ... (70 actions running)
[11,851 / 12,561] 277 / 403 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 38s remote-cache, linux-sandbox ... (70 actions running)
[11,858 / 12,561] 277 / 403 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,862 / 12,561] 277 / 403 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,867 / 12,561] 277 / 403 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,868 / 12,561] 277 / 403 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 43s remote-cache, linux-sandbox ... (70 actions running)
[11,869 / 12,561] 277 / 403 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,878 / 12,561] 277 / 403 tests; Testing //pkg/bindinfo/tests:tests_test (shard 14 of 18); 46s remote-cache, linux-sandbox ... (70 actions running)
[11,884 / 12,561] 278 / 403 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 47s remote-cache, linux-sandbox ... (70 actions running)
[11,886 / 12,561] 278 / 403 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 48s remote-cache, linux-sandbox ... (70 actions running)
[11,892 / 12,561] 279 / 403 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,897 / 12,561] 279 / 403 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,905 / 12,561] 279 / 403 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,908 / 12,561] 279 / 403 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,915 / 12,561] 279 / 403 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,916 / 12,561] 279 / 403 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,920 / 12,561] 279 / 403 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 56s remote-cache, linux-sandbox ... (70 actions running)
[11,921 / 12,561] 279 / 403 tests; Testing //pkg/executor/sortexec:sortexec_test (shard 4 of 6); 57s remote-cache, linux-sandbox ... (70 actions running)
[11,924 / 12,561] 279 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,931 / 12,563] 279 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 55s remote-cache, linux-sandbox ... (70 actions running)
[11,933 / 12,563] 279 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 56s remote-cache, linux-sandbox ... (70 actions running)
[11,937 / 12,563] 279 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 57s remote-cache, linux-sandbox ... (70 actions running)
[11,941 / 12,563] 279 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,945 / 12,563] 279 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 60s remote-cache, linux-sandbox ... (70 actions running)
[11,947 / 12,563] 279 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 61s remote-cache, linux-sandbox ... (70 actions running)
[11,951 / 12,563] 280 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 62s remote-cache, linux-sandbox ... (70 actions running)
[11,953 / 12,563] 280 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 64s remote-cache, linux-sandbox ... (70 actions running)
[11,955 / 12,563] 281 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 65s remote-cache, linux-sandbox ... (70 actions running)
[11,956 / 12,563] 281 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,962 / 12,614] 281 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,964 / 12,614] 281 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 69s remote-cache, linux-sandbox ... (70 actions running)
[11,965 / 12,614] 281 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,970 / 12,614] 281 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 72s remote-cache, linux-sandbox ... (70 actions running)
[11,973 / 12,614] 281 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,975 / 12,614] 281 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 75s remote-cache, linux-sandbox ... (70 actions running)
[11,978 / 12,614] 281 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 76s remote-cache, linux-sandbox ... (70 actions running)
[11,982 / 12,614] 281 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[11,982 / 12,614] 281 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 79s remote-cache, linux-sandbox ... (70 actions running)
[11,982 / 12,614] 281 / 403 tests; Testing //pkg/bindinfo:bindinfo_test (shard 38 of 50); 80s remote-cache, linux-sandbox ... (70 actions running)
[11,995 / 12,614] 281 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 63s remote-cache, linux-sandbox ... (70 actions running)
[11,996 / 12,614] 281 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 64s remote-cache, linux-sandbox ... (70 actions running)
[12,001 / 12,614] 281 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,004 / 12,614] 281 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,009 / 12,614] 281 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,015 / 12,614] 281 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 69s remote-cache, linux-sandbox ... (70 actions running)
[12,020 / 12,614] 281 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,024 / 12,614] 282 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 72s remote-cache, linux-sandbox ... (70 actions running)
[12,028 / 12,614] 282 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 73s remote-cache, linux-sandbox ... (70 actions running)
[12,029 / 12,614] 282 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 75s remote-cache, linux-sandbox ... (70 actions running)
[12,030 / 12,614] 282 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 76s remote-cache, linux-sandbox ... (70 actions running)
[12,033 / 12,614] 282 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 77s remote-cache, linux-sandbox ... (70 actions running)
[12,033 / 12,614] 282 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 78s remote-cache, linux-sandbox ... (70 actions running)
[12,039 / 12,614] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,047 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 80s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,050 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 81s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,055 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 82s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,058 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 84s remote-cache, linux-sandbox ... (70 actions running)
[12,060 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 85s remote-cache, linux-sandbox ... (70 actions running)
[12,066 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 86s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,067 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 7 of 50); 88s remote-cache, linux-sandbox ... (70 actions running)
[12,073 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 77s remote-cache, linux-sandbox ... (70 actions running)
[12,075 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,078 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 80s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,085 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 81s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,087 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 82s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,091 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 83s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,095 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 84s remote-cache, linux-sandbox ... (70 actions running)
[12,100 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 86s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,102 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 87s remote-cache, linux-sandbox ... (69 actions running)
[12,103 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 88s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,111 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 89s remote-cache, linux-sandbox ... (70 actions running)
[12,114 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 90s remote-cache, linux-sandbox ... (70 actions running)
[12,116 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 92s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,119 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 93s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,125 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 94s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,126 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 95s remote-cache, linux-sandbox ... (70 actions running)
[12,127 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 96s remote-cache, linux-sandbox ... (70 actions running)
[12,131 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 97s remote-cache, linux-sandbox ... (70 actions running)
[12,134 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 99s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,137 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 100s remote-cache, linux-sandbox ... (70 actions running)
[12,139 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 101s remote-cache, linux-sandbox ... (70 actions running)
[12,143 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 103s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,147 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 104s remote-cache, linux-sandbox ... (70 actions running)
[12,150 / 12,643] 283 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 105s remote-cache, linux-sandbox ... (70 actions running)

FLAKY: //pkg/bindinfo:bindinfo_test (Summary)
      /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_20_of_50/test_attempts/attempt_1.log
[12,153 / 12,643] 284 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 107s remote-cache, linux-sandbox ... (70 actions running)
[12,159 / 12,643] 284 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 108s remote-cache, linux-sandbox ... (70 actions running)
[12,165 / 12,643] 284 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 110s remote-cache, linux-sandbox ... (70 actions running)
[12,171 / 12,643] 284 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 112s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,177 / 12,643] 284 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 113s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,183 / 12,643] 284 / 403 tests; Testing //pkg/expression:expression_test (shard 8 of 50); 114s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,194 / 12,643] 285 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 19 of 33); 35s remote-cache, linux-sandbox ... (70 actions running)
[12,198 / 12,643] 285 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 19 of 33); 36s remote-cache, linux-sandbox ... (70 actions running)
[12,204 / 12,643] 285 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 19 of 33); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,207 / 12,643] 285 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 19 of 33); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,209 / 12,643] 285 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 19 of 33); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,210 / 12,643] 285 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 19 of 33); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,217 / 12,643] 285 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 23 of 28); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,219 / 12,643] 285 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 23 of 28); 34s remote-cache, linux-sandbox ... (70 actions running)
[12,226 / 12,643] 285 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 23 of 28); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,229 / 12,643] 286 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 15 of 33); 36s remote-cache, linux-sandbox ... (70 actions running)
[12,237 / 12,645] 286 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 15 of 33); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,238 / 12,645] 286 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 5 of 32); 35s remote-cache, linux-sandbox ... (70 actions running)
[12,243 / 12,645] 286 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 5 of 32); 36s remote-cache, linux-sandbox ... (70 actions running)
[12,244 / 12,645] 286 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 5 of 32); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,247 / 12,645] 286 / 403 tests; Testing //pkg/planner/core/casetest/physicalplantest:physicalplantest_test (shard 5 of 32); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,256 / 12,645] 287 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 16 of 33); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,259 / 12,645] 287 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 16 of 33); 37s remote-cache, linux-sandbox ... (70 actions running)
[12,259 / 12,645] 287 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 16 of 33); 39s remote-cache, linux-sandbox ... (70 actions running)
[12,264 / 12,645] 287 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,274 / 12,645] 287 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,280 / 12,645] 287 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,281 / 12,645] 287 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 36s remote-cache, linux-sandbox ... (70 actions running)
[12,288 / 12,645] 287 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 37s remote-cache, linux-sandbox ... (70 actions running)
[12,292 / 12,645] 287 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,298 / 12,654] 287 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,303 / 12,654] 287 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,305 / 12,654] 288 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 17 of 33); 42s remote-cache, linux-sandbox ... (70 actions running)
[12,315 / 12,654] 288 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 40s remote-cache, linux-sandbox ... (70 actions running)
[12,317 / 12,654] 289 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,318 / 12,654] 289 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 42s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,325 / 12,654] 289 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,332 / 12,654] 290 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,340 / 12,654] 290 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,345 / 12,654] 290 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,346 / 12,654] 290 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 48s remote-cache, linux-sandbox ... (70 actions running)
[12,349 / 12,654] 290 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,356 / 12,654] 290 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,358 / 12,654] 290 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,364 / 12,654] 290 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,366 / 12,654] 290 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 55s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,370 / 12,654] 290 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,380 / 12,654] 290 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 57s remote-cache, linux-sandbox ... (70 actions running)
[12,387 / 12,654] 290 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,392 / 12,654] 290 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,394 / 12,654] 291 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,396 / 12,654] 291 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,397 / 12,654] 291 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 63s remote-cache, linux-sandbox ... (70 actions running)
[12,398 / 12,654] 291 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,403 / 12,654] 291 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 66s remote-cache, linux-sandbox ... (70 actions running)
[12,405 / 12,654] 291 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 67s remote-cache, linux-sandbox ... (70 actions running)
[12,408 / 12,654] 291 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 68s remote-cache, linux-sandbox ... (70 actions running)
[12,409 / 12,654] 291 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 70s remote-cache, linux-sandbox ... (70 actions running)
[12,410 / 12,654] 291 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 71s remote-cache, linux-sandbox ... (70 actions running)
[12,413 / 12,669] 291 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 72s remote-cache, linux-sandbox ... (70 actions running)
[12,414 / 12,669] 291 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 73s remote-cache, linux-sandbox ... (70 actions running)
[12,415 / 12,669] 292 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 75s remote-cache, linux-sandbox ... (70 actions running)
[12,419 / 12,669] 292 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 76s remote-cache, linux-sandbox ... (70 actions running)
[12,425 / 12,669] 292 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 77s remote-cache, linux-sandbox ... (70 actions running)
[12,426 / 12,669] 292 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,427 / 12,669] 292 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 80s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,430 / 12,669] 292 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 81s remote-cache, linux-sandbox ... (70 actions running)
[12,430 / 12,669] 292 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 82s remote-cache, linux-sandbox ... (70 actions running)
[12,430 / 12,669] 293 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 84s remote-cache, linux-sandbox ... (70 actions running)
[12,436 / 12,669] 293 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 85s remote-cache, linux-sandbox ... (70 actions running)
[12,438 / 12,669] 293 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 86s remote-cache, linux-sandbox ... (70 actions running)
[12,440 / 12,669] 293 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 88s remote-cache, linux-sandbox ... (70 actions running)
[12,441 / 12,669] 293 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 90s remote-cache, linux-sandbox ... (70 actions running)
[12,446 / 12,669] 293 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 91s remote-cache, linux-sandbox ... (70 actions running)
[12,447 / 12,669] 293 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 92s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,449 / 12,669] 293 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 94s remote-cache, linux-sandbox ... (70 actions running)
[12,456 / 12,669] 293 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 95s remote-cache, linux-sandbox ... (70 actions running)
[12,459 / 12,669] 293 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 97s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,460 / 12,669] 293 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 98s remote-cache, linux-sandbox ... (70 actions running)
[12,460 / 12,669] 293 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 99s remote-cache, linux-sandbox ... (70 actions running)
[12,463 / 12,669] 293 / 403 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 100s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,468 / 12,669] 294 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 59s remote-cache, linux-sandbox ... (70 actions running)
[12,471 / 12,669] 294 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 60s remote-cache, linux-sandbox ... (70 actions running)
[12,472 / 12,669] 294 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,474 / 12,669] 294 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,477 / 12,669] 294 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,481 / 12,669] 294 / 403 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 48s remote-cache, linux-sandbox ... (70 actions running)
[12,482 / 12,669] 294 / 403 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,485 / 12,669] 295 / 403 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,487 / 12,669] 295 / 403 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,488 / 12,669] 296 / 403 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 53s remote-cache, linux-sandbox ... (70 actions running)
[12,489 / 12,669] 296 / 403 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 55s remote-cache, linux-sandbox ... (69 actions running)
[12,493 / 12,671] 296 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,496 / 12,671] 296 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,496 / 12,671] 296 / 403 tests; Testing //pkg/executor:executor_test (shard 20 of 50); 53s remote-cache, linux-sandbox ... (70 actions running)
[12,504 / 12,673] 296 / 403 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 48s remote-cache, linux-sandbox ... (70 actions running)
[12,506 / 12,673] 297 / 403 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,508 / 12,681] 298 / 403 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 51s remote-cache, linux-sandbox ... (70 actions running)
[12,512 / 12,681] 299 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,512 / 12,681] 299 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,515 / 12,732] 299 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 46s remote-cache, linux-sandbox ... (70 actions running)
[12,516 / 12,732] 299 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,524 / 12,738] 299 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 49s remote-cache, linux-sandbox ... (70 actions running)
[12,525 / 12,738] 301 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,532 / 12,740] 303 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 51s remote-cache, linux-sandbox ... (70 actions running)
[12,537 / 12,751] 304 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 53s remote-cache, linux-sandbox ... (70 actions running)
[12,537 / 12,751] 304 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 54s remote-cache, linux-sandbox ... (70 actions running)
[12,537 / 12,751] 305 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,546 / 12,751] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 57s remote-cache, linux-sandbox ... (70 actions running)
[12,546 / 12,751] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,548 / 12,751] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 59s remote-cache, linux-sandbox ... (70 actions running)
[12,549 / 12,751] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 61s remote-cache, linux-sandbox ... (70 actions running)
[12,550 / 12,751] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 62s remote-cache, linux-sandbox ... (70 actions running)
[12,558 / 12,758] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,561 / 12,758] 306 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,563 / 12,758] 307 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,563 / 12,758] 307 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 67s remote-cache, linux-sandbox ... (70 actions running)
[12,568 / 12,760] 307 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,572 / 12,764] 307 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 70s remote-cache, linux-sandbox ... (70 actions running)
[12,575 / 12,764] 307 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 72s remote-cache, linux-sandbox ... (65 actions, 64 running)
[12,578 / 12,764] 307 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 73s remote-cache, linux-sandbox ... (70 actions running)
[12,581 / 12,764] 307 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 6 of 42); 74s remote-cache, linux-sandbox ... (70 actions running)
[12,591 / 12,764] 308 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,595 / 12,764] 308 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,601 / 12,764] 310 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 10 of 42); 46s remote-cache, linux-sandbox ... (70 actions running)
[12,603 / 12,764] 310 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 11 of 28); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,603 / 12,764] 310 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 11 of 28); 38s remote-cache, linux-sandbox ... (70 actions running)
[12,611 / 12,764] 310 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 39s remote-cache, linux-sandbox ... (70 actions running)
[12,611 / 12,764] 310 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 40s remote-cache, linux-sandbox ... (70 actions running)
[12,612 / 12,764] 310 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,613 / 12,764] 310 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,620 / 12,764] 310 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 44s remote-cache, linux-sandbox ... (70 actions running)
[12,621 / 12,764] 310 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,631 / 12,805] 310 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,640 / 12,825] 310 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,644 / 12,825] 311 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 49s remote-cache, linux-sandbox ... (70 actions running)
[12,651 / 12,840] 312 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,655 / 12,840] 312 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 51s remote-cache, linux-sandbox ... (70 actions running)
[12,659 / 12,840] 314 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,665 / 12,840] 315 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,665 / 12,840] 315 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,665 / 12,840] 315 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,666 / 12,840] 315 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,677 / 12,840] 316 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,680 / 12,840] 316 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 60s remote-cache, linux-sandbox ... (68 actions running)
[12,683 / 12,842] 316 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,685 / 12,847] 316 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 53s remote-cache, linux-sandbox ... (69 actions running)
[12,687 / 12,847] 316 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,695 / 12,847] 317 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,701 / 12,851] 317 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 57s remote-cache, linux-sandbox ... (70 actions running)
[12,704 / 12,851] 317 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,705 / 12,851] 317 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 59s remote-cache, linux-sandbox ... (70 actions running)
[12,707 / 12,851] 317 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,712 / 12,871] 318 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,719 / 12,898] 319 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 63s remote-cache, linux-sandbox ... (68 actions running)
[12,730 / 12,898] 320 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,733 / 12,898] 320 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 65s remote-cache, linux-sandbox ... (70 actions running)
[12,738 / 12,898] 320 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,740 / 12,922] 320 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 68s remote-cache, linux-sandbox ... (70 actions running)
[12,740 / 12,922] 320 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 69s remote-cache, linux-sandbox ... (70 actions running)
[12,740 / 12,922] 320 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 71s remote-cache, linux-sandbox ... (70 actions running)
[12,743 / 12,922] 320 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 72s remote-cache, linux-sandbox ... (67 actions, 64 running)
[12,759 / 12,968] 320 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 73s remote-cache, linux-sandbox ... (70 actions running)
[12,759 / 12,968] 320 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 75s remote-cache, linux-sandbox ... (70 actions running)
[12,759 / 12,968] 320 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 76s remote-cache, linux-sandbox ... (70 actions running)
[12,761 / 12,968] 320 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,780 / 13,006] 321 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,786 / 13,006] 323 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,789 / 13,006] 323 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 81s remote-cache, linux-sandbox ... (70 actions running)
[12,790 / 13,006] 323 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 82s remote-cache, linux-sandbox ... (70 actions running)
[12,790 / 13,006] 324 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 84s remote-cache, linux-sandbox ... (70 actions running)
[12,803 / 13,006] 325 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 85s remote-cache, linux-sandbox ... (70 actions running)
[12,803 / 13,006] 325 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 86s remote-cache, linux-sandbox ... (70 actions running)
[12,803 / 13,006] 325 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 87s remote-cache, linux-sandbox ... (70 actions running)
[12,805 / 13,006] 325 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 88s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,806 / 13,006] 325 / 403 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 90s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,816 / 13,006] 326 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 67s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,827 / 13,122] 326 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,836 / 13,249] 326 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 69s remote-cache, linux-sandbox ... (70 actions running)
[12,839 / 13,249] 326 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 70s remote-cache, linux-sandbox ... (70 actions running)
[12,843 / 13,267] 326 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,850 / 13,318] 327 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 73s remote-cache, linux-sandbox ... (70 actions running)
[12,860 / 13,318] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 74s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,862 / 13,318] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 75s remote-cache, linux-sandbox ... (70 actions running)
[12,865 / 13,318] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 76s remote-cache, linux-sandbox ... (70 actions running)
[12,872 / 13,318] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 77s remote-cache, linux-sandbox ... (70 actions running)
[12,872 / 13,318] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 78s remote-cache, linux-sandbox ... (70 actions running)
[12,874 / 13,318] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 80s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,886 / 13,333] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 81s remote-cache, linux-sandbox ... (70 actions running)
[12,890 / 13,333] 328 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 82s remote-cache, linux-sandbox ... (70 actions running)
[12,893 / 13,333] 329 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 84s remote-cache, linux-sandbox ... (70 actions running)
[12,895 / 13,333] 329 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 85s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,899 / 13,333] 330 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 86s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,917 / 13,342] 330 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 22 of 42); 67s remote-cache, linux-sandbox ... (70 actions running)
[12,919 / 13,342] 330 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 61s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,922 / 13,342] 330 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 62s remote-cache, linux-sandbox ... (70 actions running)
[12,928 / 13,342] 330 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 63s remote-cache, linux-sandbox ... (70 actions running)
[12,929 / 13,342] 330 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,932 / 13,342] 331 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 66s remote-cache, linux-sandbox ... (70 actions running)
[12,946 / 13,370] 331 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 67s remote-cache, linux-sandbox ... (70 actions running)
[12,956 / 13,370] 331 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 23 of 42); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,960 / 13,370] 332 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 31 of 42); 31s remote-cache, linux-sandbox ... (70 actions running)
[12,978 / 13,387] 332 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 31 of 42); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,986 / 13,387] 332 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 31 of 42); 34s remote-cache, linux-sandbox ... (68 actions, 67 running)
[12,990 / 13,387] 332 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 31 of 42); 35s remote-cache, linux-sandbox ... (70 actions running)
[12,997 / 13,387] 332 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 31 of 42); 36s remote-cache, linux-sandbox ... (69 actions running)
[13,000 / 13,387] 332 / 403 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 31 of 42); 38s remote-cache, linux-sandbox ... (70 actions running)
[13,011 / 13,413] 333 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 17s remote-cache, linux-sandbox ... (70 actions running)
[13,012 / 13,413] 334 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 18s remote-cache, linux-sandbox ... (70 actions running)
[13,031 / 13,462] 334 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,039 / 13,462] 334 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,044 / 13,462] 334 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 22s remote-cache, linux-sandbox ... (70 actions running)
[13,045 / 13,462] 334 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 23s remote-cache, linux-sandbox ... (70 actions running)
[13,058 / 13,462] 336 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,066 / 13,485] 336 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,078 / 13,485] 336 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,079 / 13,485] 336 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 28s remote-cache, linux-sandbox ... (70 actions running)
[13,086 / 13,485] 336 / 403 tests; Testing //pkg/executor/test/admintest:admintest_test (shard 17 of 18); 29s remote-cache, linux-sandbox ... (70 actions running)
[13,094 / 13,485] 338 / 403 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 20s remote-cache, linux-sandbox ... (67 actions, 64 running)
[13,095 / 13,485] 338 / 403 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,109 / 13,485] 338 / 403 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 23s remote-cache, linux-sandbox ... (70 actions running)
[13,115 / 13,485] 338 / 403 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 24s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,125 / 13,487] 338 / 403 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 25s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,132 / 13,489] 339 / 403 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 26s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,140 / 13,489] 339 / 403 tests; Testing //pkg/executor/test/unstabletest:unstabletest_test; 28s remote-cache, linux-sandbox ... (70 actions running)
[13,147 / 13,489] 340 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 29 of 32); 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,154 / 13,500] 342 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 29 of 32); 14s remote-cache, linux-sandbox ... (70 actions running)
[13,158 / 13,502] 342 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 29 of 32); 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,170 / 13,502] 343 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 29 of 32); 17s remote-cache, linux-sandbox ... (70 actions running)
[13,176 / 13,502] 343 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 29 of 32); 18s remote-cache, linux-sandbox ... (70 actions running)
[13,183 / 13,502] 343 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 29 of 32); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,191 / 13,502] 344 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 29 of 32); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,195 / 13,502] 344 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 29 of 32); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,208 / 13,512] 344 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 13s remote-cache, linux-sandbox ... (70 actions running)
[13,214 / 13,512] 345 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 14s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,225 / 13,535] 345 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 16s remote-cache, linux-sandbox ... (69 actions running)
[13,229 / 13,535] 345 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,240 / 13,543] 346 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,241 / 13,543] 346 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 19s remote-cache, linux-sandbox ... (70 actions running)
[13,241 / 13,543] 347 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 21s remote-cache, linux-sandbox ... (70 actions running)
[13,266 / 13,549] 349 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,270 / 13,549] 349 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 23s remote-cache, linux-sandbox ... (70 actions running)
[13,271 / 13,551] 349 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 25s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,272 / 13,551] 349 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 26s remote-cache, linux-sandbox ... (70 actions running)
[13,273 / 13,551] 349 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,287 / 13,551] 349 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,304 / 13,569] 350 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,306 / 13,571] 350 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 31s remote-cache, linux-sandbox ... (70 actions running)
[13,315 / 13,571] 350 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,317 / 13,571] 350 / 403 tests; Testing //pkg/ddl/tests/partition:partition_test (shard 28 of 45); 34s remote-cache, linux-sandbox ... (70 actions running)
[13,334 / 13,571] 352 / 403 tests; Testing //pkg/planner/core/casetest/hint:hint_test (shard 6 of 7); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,343 / 13,571] 352 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,344 / 13,571] 352 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 17s remote-cache, linux-sandbox ... (70 actions running)
[13,346 / 13,571] 353 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 19s remote-cache, linux-sandbox ... (70 actions running)
[13,361 / 13,577] 355 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 20s remote-cache, linux-sandbox ... (70 actions running)
[13,366 / 13,577] 355 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 21s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,376 / 13,577] 355 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,388 / 13,602] 357 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 24s remote-cache, linux-sandbox ... (70 actions running)
[13,388 / 13,602] 357 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 25s remote-cache, linux-sandbox ... (70 actions running)
[13,392 / 13,602] 357 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 26s remote-cache, linux-sandbox ... (69 actions running)
[13,407 / 13,604] 357 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,412 / 13,604] 359 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 28s remote-cache, linux-sandbox ... (69 actions running)
[13,413 / 13,604] 359 / 403 tests; Testing //pkg/server:server_test (shard 21 of 50); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,422 / 13,604] 359 / 403 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 10 of 23); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,432 / 13,617] 360 / 403 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 10 of 23); 23s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,439 / 13,629] 361 / 403 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 10 of 23); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,442 / 13,629] 361 / 403 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 10 of 23); 26s remote-cache, linux-sandbox ... (70 actions running)
[13,452 / 13,633] 363 / 403 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 10 of 23); 27s remote-cache, linux-sandbox ... (70 actions running)
[13,457 / 13,633] 364 / 403 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 10 of 23); 28s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,462 / 13,633] 364 / 403 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 10 of 23); 29s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,466 / 13,633] 366 / 403 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 10 of 23); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,471 / 13,633] 366 / 403 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 10 of 23); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,480 / 13,653] 367 / 403 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 10 of 23); 32s remote-cache, linux-sandbox ... (69 actions running)
[13,481 / 13,653] 367 / 403 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 10 of 23); 34s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,482 / 13,653] 367 / 403 tests; Testing //pkg/disttask/framework/integrationtests:integrationtests_test (shard 10 of 23); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,497 / 13,688] 369 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 26 of 32); 14s remote-cache, linux-sandbox ... (70 actions running)
[13,502 / 13,690] 369 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 26 of 32); 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,515 / 13,720] 369 / 403 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 14s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,519 / 13,756] 369 / 403 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 15s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,534 / 13,769] 369 / 403 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,544 / 13,806] 369 / 403 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 18s remote-cache, linux-sandbox ... (70 actions running)
[13,548 / 13,806] 370 / 403 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,553 / 13,806] 372 / 403 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,561 / 13,806] 372 / 403 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 22s remote-cache, linux-sandbox ... (70 actions running)
[13,563 / 13,806] 372 / 403 tests; Testing //pkg/session/bootstraptest:bootstraptest_test (shard 11 of 11); 23s remote-cache, linux-sandbox ... (70 actions running)
[13,581 / 13,834] 372 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 10 of 21); 20s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,586 / 13,834] 372 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,592 / 13,834] 373 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 22s remote-cache, linux-sandbox ... (70 actions running)
[13,592 / 13,834] 373 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 23s remote-cache, linux-sandbox ... (70 actions running)
[13,598 / 13,856] 374 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 24s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,606 / 13,856] 374 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,612 / 13,856] 374 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 27s remote-cache, linux-sandbox ... (70 actions running)
[13,632 / 13,918] 374 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 28s remote-cache, linux-sandbox ... (67 actions, 64 running)
[13,636 / 13,930] 375 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 30s remote-cache, linux-sandbox ... (70 actions running)
[13,647 / 13,954] 377 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 31s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,652 / 13,954] 378 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 32s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,658 / 13,954] 379 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 33s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,668 / 13,977] 380 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 35s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,673 / 13,977] 381 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,684 / 13,977] 381 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 37s remote-cache, linux-sandbox ... (68 actions running)
[13,691 / 13,977] 381 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,697 / 13,977] 381 / 403 tests; Testing //pkg/extension/enterprise/audit:audit_test (shard 16 of 21); 39s remote-cache, linux-sandbox ... (70 actions running)
[13,704 / 13,977] 382 / 403 tests; GoLink pkg/server/tests/commontest/commontest_test_/commontest_test; 10s remote-cache, linux-sandbox ... (70 actions running)
[13,710 / 14,027] 382 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,725 / 14,027] 382 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 12s remote-cache, linux-sandbox ... (70 actions running)
[13,732 / 14,027] 383 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 13s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,737 / 14,027] 384 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 14s remote-cache, linux-sandbox ... (70 actions running)
[13,741 / 14,027] 385 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,749 / 14,027] 385 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,758 / 14,027] 386 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 18s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,768 / 14,027] 386 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,769 / 14,027] 386 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 20s remote-cache, linux-sandbox ... (70 actions running)
[13,769 / 14,027] 386 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 21s remote-cache, linux-sandbox ... (70 actions running)
[13,770 / 14,027] 386 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,779 / 14,027] 387 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 24 of 32); 23s remote-cache, linux-sandbox ... (70 actions running)
[13,802 / 14,027] 389 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 22s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,802 / 14,027] 389 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 24s remote-cache, linux-sandbox ... (70 actions running)
[13,803 / 14,027] 389 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 25s remote-cache, linux-sandbox ... (70 actions running)
[13,804 / 14,027] 389 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,818 / 14,027] 389 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 27s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,831 / 14,027] 390 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 1 of 32); 29s remote-cache, linux-sandbox ... (70 actions running)
[13,835 / 14,027] 390 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 23 of 32); 8s remote-cache, linux-sandbox ... (70 actions running)
[13,835 / 14,027] 390 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 23 of 32); 9s remote-cache, linux-sandbox ... (70 actions running)
[13,841 / 14,027] 391 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 23 of 32); 11s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,853 / 14,027] 391 / 403 tests; Testing //pkg/ddl/tests/tiflash:tiflash_test (shard 23 of 32); 12s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,871 / 14,027] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 13s remote-cache, linux-sandbox ... (70 actions running)
[13,872 / 14,027] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 14s remote-cache, linux-sandbox ... (70 actions running)
[13,878 / 14,027] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 16s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,881 / 14,027] 392 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 17s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,881 / 14,027] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 18s remote-cache, linux-sandbox ... (70 actions running)
[13,891 / 14,027] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 19s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,910 / 14,027] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 20s remote-cache, linux-sandbox ... (70 actions running)
[13,918 / 14,027] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 21s remote-cache, linux-sandbox ... (70 actions running)
[13,918 / 14,027] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 23s remote-cache, linux-sandbox ... (70 actions running)
[13,921 / 14,027] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 24s remote-cache, linux-sandbox ... (70 actions running)
[13,922 / 14,027] 393 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 26s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,944 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 27s remote-cache, linux-sandbox ... (70 actions running)
[13,950 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 28s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,953 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 30s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,954 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 31s remote-cache, linux-sandbox ... (70 actions running)
[13,972 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 33s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,978 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 34s remote-cache, linux-sandbox ... (70 actions running)
[13,983 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 36s remote-cache, linux-sandbox ... (70 actions running)
[13,983 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 37s remote-cache, linux-sandbox ... (70 actions running)
[13,984 / 14,027] 397 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,010 / 14,027] 398 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 40s remote-cache, linux-sandbox ... (34 actions running)
[14,012 / 14,027] 399 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 42s remote-cache, linux-sandbox ... (30 actions running)
[14,012 / 14,027] 399 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 43s remote-cache, linux-sandbox ... (30 actions running)
[14,023 / 14,027] 400 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 45s remote-cache, linux-sandbox ... (8 actions running)
[14,024 / 14,027] 401 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 47s remote-cache, linux-sandbox ... (6 actions running)
[14,025 / 14,027] 401 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 48s remote-cache, linux-sandbox ... (4 actions running)
[14,025 / 14,027] 401 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 54s remote-cache, linux-sandbox ... (4 actions running)
[14,026 / 14,027] 402 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 55s remote-cache, linux-sandbox
[14,026 / 14,027] 402 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 66s remote-cache, linux-sandbox
[14,026 / 14,027] 402 / 403 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 38); 67s remote-cache, linux-sandbox
INFO: Elapsed time: 1531.837s, Critical Path: 388.83s
INFO: 14015 processes: 3756 remote cache hit, 1629 internal, 8630 linux-sandbox.
INFO: Build completed successfully, 14015 total actions
//pkg/bindinfo:bindinfo_test                                              FLAKY, failed in 1 out of 51 in 82.9s
  Stats over 51 runs: max = 82.9s, min = 7.6s, avg = 38.3s, dev = 11.9s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_50_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_49_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_1_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_48_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_2_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_3_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_47_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_46_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_4_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_5_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_6_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_7_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_45_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_8_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_9_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_10_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_44_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_11_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_12_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_13_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_43_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_14_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_15_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_42_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_16_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_17_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_19_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_18_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_22_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_41_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_21_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_40_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_23_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_24_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_20_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_39_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_25_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_26_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_27_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_28_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_29_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_30_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_38_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_32_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_31_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_33_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_34_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_37_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_35_of_50/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/bindinfo/bindinfo_test/shard_36_of_50/coverage.dat
Test cases: finished with 7915 passing and 0 failing out of 7915 test cases

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

100   147    0     0  100   147      0    144  0:00:01  0:00:01 --:--:--   144
100   147    0     0  100   147      0     72  0:00:02  0:00:02 --:--:--    72
100   147    0     0  100   147      0     48  0:00:03  0:00:03 --:--:--    48
100   147    0     0  100   147      0     36  0:00:04  0:00:04 --:--:--    36
100   147    0     0  100   147      0     29  0:00:05  0:00:05 --:--:--    29
100   147    0     0  100   147      0     24  0:00:06  0:00:06 --:--:--     0
100   147    0     0  100   147      0     20  0:00:07  0:00:07 --:--:--     0
100   147    0     0  100   147      0     18  0:00:08  0:00:08 --:--:--     0
100   147    0     0  100   147      0     16  0:00:09  0:00:09 --:--:--     0+ true
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2024-04-30T09:35:39.107Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.5.0
[2024-04-30T09:35:39.108Z] ['info'] => Project root located at: .
[2024-04-30T09:35:39.111Z] ['info'] ->  Token found by environment variables
[2024-04-30T09:35:39.125Z] ['info'] Searching for coverage files...
[2024-04-30T09:35:41.595Z] ['info'] => Found 1 possible coverage files:
  ./coverage.dat
[2024-04-30T09:35:41.595Z] ['info'] Processing ./coverage.dat...
[2024-04-30T09:35:42.081Z] ['info'] Using manual override from args.
[2024-04-30T09:35:42.082Z] ['info'] Detected Jenkins CI as the CI provider.
[2024-04-30T09:35:42.096Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F53008&build=105&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Frelease-8.1%2Fjob%2Fghpr_unit_test%2F105%2F&commit=beeb24d874294404e97471c1517e0f9570fa4279&job=&pr=53008&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent=
[2024-04-30T09:35:43.003Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/beeb24d874294404e97471c1517e0f9570fa4279
https://storage.googleapis.com/codecov/v4/raw/2024-04-30/F6B65B6EE70BEC6C6B5E073ED3BB1A79/beeb24d874294404e97471c1517e0f9570fa4279/b0e6f203-c66c-4aea-a8d0-ed91f22177fd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240430%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240430T093542Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d1a0fcd322c71288bb306293c0d163b3e275a44cfa22457c325475787f83f147
[2024-04-30T09:35:43.003Z] ['info'] Uploading...
[2024-04-30T09:35:44.791Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/beeb24d874294404e97471c1517e0f9570fa4279"}
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS