Skip to content

Console Output

Skipping 470 KB.. Full Log
[2024/05/16 07:30:55.921 +00:00] [INFO] [ddl_worker.go:744] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=105] [conn=1] [job="ID:105, Type:create table, State:synced, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-16 07:30:55.597 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/16 07:30:55.967 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=105]
[2024/05/16 07:30:55.967 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/16 07:30:55.969 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# Conn_ID: 1\n# Query_time: 0.434422696\n# Parse_time: 0.000771889\n# Compile_time: 0.001098366\n# Rewrite_time: 0.000012257\n# Optimize_time: 0.000412137\n# Wait_TS: 0.000141418\n# DB: test\n# Is_internal: false\n# Digest: 502809fb762949a45126a72a5116ca0a2c46abd120256786223833b61a389de9\n# Num_cop_tasks: 0\n# Prepared: false\n# Plan_from_cache: false\n# Plan_from_binding: false\n# Has_more_results: false\n# KV_total: 0\n# PD_total: 0\n# Backoff_total: 0\n# Write_sql_response_total: 0\n# Result_rows: 0\n# Succ: true\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Resource_group: default\nuse test;\ncreate table t(a int);"]
[2024/05/16 07:30:55.970 +00:00] [INFO] [domain.go:929] ["reload schema in loop, schema syncer need restart"]
[2024/05/16 07:30:55.970 +00:00] [INFO] [schema_validator.go:99] ["the schema validator stops"]
[2024/05/16 07:30:55.970 +00:00] [INFO] [domain.go:992] ["reload the schema failed"] [error="mock reload failed"] [errorVerbose="mock reload failed\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:591\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).mustReload\n\tpkg/domain/domain.go:985\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:943\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1286\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"]
[2024/05/16 07:30:55.997 +00:00] [INFO] [schema_validator.go:236] ["the schema validator stopped before checking"]
[2024/05/16 07:30:56.172 +00:00] [INFO] [domain.go:992] ["reload the schema failed"] [error="mock reload failed"] [errorVerbose="mock reload failed\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:591\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).mustReload\n\tpkg/domain/domain.go:985\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:943\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1286\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"]
[2024/05/16 07:30:56.372 +00:00] [INFO] [domain.go:992] ["reload the schema failed"] [error="mock reload failed"] [errorVerbose="mock reload failed\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Reload\n\tpkg/domain/domain.go:591\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).mustReload\n\tpkg/domain/domain.go:985\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).loadSchemaInLoop\n\tpkg/domain/domain.go:943\ngithub.com/pingcap/tidb/pkg/domain.(*Domain).Init.func2\n\tpkg/domain/domain.go:1286\ngithub.com/pingcap/tidb/pkg/util.(*WaitGroupEnhancedWrapper).Run.func1\n\tpkg/util/wait_group_wrapper.go:99\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"]
[2024/05/16 07:30:56.499 +00:00] [WARN] [session.go:810] ["can not retry txn"] [label=general] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1871\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1694\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:714\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:113\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:662\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:542\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:784\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:914\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2308\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2138\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:376\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:349\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:255\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:200\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:340\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:114\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:662\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:542\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:784\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:914\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2308\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2138\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:376\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:349\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:255\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [IsBatchInsert=false] [IsPessimistic=false] [InRestrictedSQL=false] [tidb_retry_limit=10] [tidb_disable_txn_auto_retry=true]
[2024/05/16 07:30:56.500 +00:00] [WARN] [session.go:826] ["commit failed"] ["finished txn"="Txn{state=invalid}"] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1871\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1694\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:714\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:113\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:662\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:542\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:784\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:914\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2308\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2138\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:376\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:349\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:255\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:200\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:340\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:114\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:662\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:542\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:784\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:914\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2308\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2138\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:376\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:349\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:255\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"]
[2024/05/16 07:30:56.502 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 449798381500628992\n# Conn_ID: 1\n# Query_time: 0.510382602\n# Parse_time: 0.000544195\n# Compile_time: 0.001842452\n# Rewrite_time: 0.000155059\n# Optimize_time: 0.000412137\n# Wait_TS: 0.00014011\n# Prewrite_time: 0.000571425 Get_commit_ts_time: 0.0000149 Slowest_prewrite_rpc_detail: {total:0.000s, region_id: 2, store: store1, } Write_keys: 1 Write_size: 29 Prewrite_region: 1\n# DB: test\n# Is_internal: false\n# Digest: 9992c05258fcc0114c897ecd02144a71a1948e3a30f17f6b49819681757483ff\n# Num_cop_tasks: 0\n# Mem_max: 8264\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: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('zATwVTAJMjdfMQkwCTAJTi9BCTAJdGltZToyLjM5bXMsIGxvb3BzOjEsIHByZXBhcmU6IHt0b3RhbDogMjYzLjLCtXMsIGF1dG9faWRfYWxsb2NhdG9yOiB7BQxQX2NudDogMSwgR2V0OntudW1fcnBjAU0FQwBfBWkIMTgyBUd0fSwgY29tbWl0X3R4bjoge3ByZXdyaXRlOjQ0MS43BWgMZ2V0XxEkFHM6MTkuMQUXCRMMOjQ2NgUPHHNsb3dlc3RfEUEFdBW2bDAuMDAwcywgcmVnaW9uX2lkOiAyLCBzdG9yZToJBwgxLCAZjBhwcmltYXJ51kQADWQIbnVtAfQFzhBfa2V5cxkOWGJ5dGU6MzJ9fX0sIGluc2VydDoyLjEzIXkJ1j4NARA1NzEuNAXnOg0BCDQuOQUX/v4ACf6augBAMjl9CTcyIEJ5dGVzCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('1gTwXgrRBAoISW5zZXJ0XzE4AUABUgNOL0FaFHRpbWU6Mi4zOW1zLCBsb29wczoxYu4CcHJlcGFyZToge3RvdGFsOiAyNjMuMsK1cywgYXV0b19pZF9hbGxvY2F0b3I6IHthAQxgX2NudDogMSwgR2V0OntudW1fcnBjOjEsIAVDAF8FargxODIuMsK1c30sIGNvbW1pdF90eG46IHtwcmV3cml0ZTo0NDEuN8K1cywgZ2V0XxEkGHM6MTkuMcIBFwkTDDo0NjYFDxxzbG93ZXN0XxFBBXQVtmwwLjAwMHMsIHJlZ2lvbl9pZDogMiwgc3RvcmU6CQcIMSwgGYwYcHJpbWFyedZEAA1kCG51bQH0Bc4QX2tleXMZDjBieXRlOjMyfX19LCBpJYskOjIuMTNtc2KnAQnXPg4BEDU3MS40Beg6DgEINC45BRf+/wAJ/5q7AEQyOX1wSHj///////////8BGAE=')\n# Resource_group: default\ninsert into t values(1);"]
[2024/05/16 07:30:56.502 +00:00] [WARN] [session.go:2150] ["run statement failed"] [schemaVersion=52] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1871\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1694\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:714\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:113\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:662\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:542\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:784\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:914\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2308\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2138\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:376\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:349\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:255\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:200\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:340\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:114\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:662\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:542\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:784\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:914\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2308\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2138\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:376\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:349\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:255\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [session="{\n  \"currDBName\": \"test\",\n  \"id\": 1,\n  \"status\": 2,\n  \"strictMode\": true,\n  \"user\": null\n}"]
[2024/05/16 07:30:56.524 +00:00] [INFO] [slots.go:205] ["initialize slot capacity"] [capacity=16]
[2024/05/16 07:30:56.533 +00:00] [INFO] [runtime.go:160] ["TimerGroupRuntime loop started"] [groupID=ttl]
[2024/05/16 07:30:56.533 +00:00] [INFO] [runtime.go:402] ["create watch chan if possible for timer runtime"] [groupID=ttl] [storeSupportWatch=true]
[2024/05/16 07:30:56.548 +00:00] [INFO] [scheduler_manager.go:312] ["subtask table gc loop start"] [server-id=:4000]
[2024/05/16 07:30:56.547 +00:00] [INFO] [scheduler_manager.go:200] ["schedule task loop start"] [server-id=:4000]
[2024/05/16 07:30:56.548 +00:00] [INFO] [scheduler_manager.go:453] ["collect loop start"] [server-id=:4000]
[2024/05/16 07:30:56.548 +00:00] [INFO] [scheduler_manager.go:373] ["cleanup loop start"] [server-id=:4000]
[2024/05/16 07:30:56.605 +00:00] [INFO] [schema_validator.go:137] ["the schema validator stopped before updating"]
[2024/05/16 07:30:56.605 +00:00] [INFO] [domain.go:987] ["mustReload succeed"]
[2024/05/16 07:30:56.605 +00:00] [INFO] [schema_validator.go:110] ["the schema validator restarts"]
[2024/05/16 07:30:56.605 +00:00] [INFO] [domain.go:950] ["schema syncer restarted"]
[2024/05/16 07:30:57.122 +00:00] [WARN] [session.go:810] ["can not retry txn"] [label=general] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1871\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1694\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:714\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:113\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:662\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:542\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:784\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:914\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2308\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2138\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:376\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:349\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:422\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:267\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:200\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:340\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:114\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:662\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:542\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:784\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:914\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2308\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2138\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:376\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:349\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:422\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:267\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [IsBatchInsert=false] [IsPessimistic=false] [InRestrictedSQL=false] [tidb_retry_limit=10] [tidb_disable_txn_auto_retry=true]
[2024/05/16 07:30:57.123 +00:00] [WARN] [session.go:826] ["commit failed"] ["finished txn"="Txn{state=invalid}"] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1871\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1694\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:714\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:113\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:662\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:542\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:784\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:914\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2308\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2138\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:376\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:349\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:422\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:267\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:200\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:340\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:114\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:662\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:542\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:784\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:914\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2308\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2138\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:376\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:349\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:422\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:267\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"]
[2024/05/16 07:30:57.125 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 449798381663158272\n# Conn_ID: 1\n# Query_time: 0.512907143\n# Parse_time: 0.000575088\n# Compile_time: 0.001694902\n# Rewrite_time: 0.000156735\n# Optimize_time: 0.000412137\n# Wait_TS: 0.000177275\n# Prewrite_time: 0.000675433 Get_commit_ts_time: 0.000019638 Slowest_prewrite_rpc_detail: {total:0.001s, region_id: 2, store: store1, } Write_keys: 1 Write_size: 29 Prewrite_region: 1\n# DB: test\n# Is_internal: false\n# Digest: 9992c05258fcc0114c897ecd02144a71a1948e3a30f17f6b49819681757483ff\n# Num_cop_tasks: 0\n# Mem_max: 8264\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: false\n# IsExplicitTxn: false\n# IsSyncStatsFailed: false\n# Plan: tidb_decode_plan('/gHwbTAJMjdfMQkwCTAJTi9BCTAJdGltZTo0Ljg4bXMsIGxvb3BzOjEsIHByZXBhcmU6IDMxMi4ywrVzLCBpbnNlcnQ6NC41N21zLCBjb21taXRfdHhuOiB7cHJld3JpdGU6Njc1LjTCtXMsIGdldF9jDSQUczoxOS42BUYcc2xvd2VzdF8RMtBfcnBjOiB7dG90YWw6IDAuMDAxcywgcmVnaW9uX2lkOiAyLCBzdG9yZTogc3RvcmUxLCB9LBEgGG51bToxLCAFexBfa2V5cxkOVGJ5dGU6Mjl9CTcyIEJ5dGVzCU4vQQo=')\n# Binary_plan: tidb_decode_binary_plan('hwLwkAqCAgoISW5zZXJ0XzE4AUABUgNOL0FaFHRpbWU6NC44OG1zLCBsb29wczoxYiBwcmVwYXJlOiAzMTIuMsK1cywgaW5zZXJ0OjQuNTdtc2KnAWNvbW1pdF90eG46IHtwcmV3cml0ZTo2NzUuNMK1cywgZ2V0X2NvbW1pdF90czoxOS42wrVzLCBzbG93ZXN0X3ANMphfcnBjOiB7dG90YWw6IDAuMDAxcywgcmVnaW9uX2lkOiAyLCBzdG8BjABzAQcMMSwgfRUgHG51bToxLCB3AXsQX2tleXMZDlhieXRlOjI5fXBIeP///////////wEYAQ==')\n# Resource_group: default\ninsert into t values(1);"]
[2024/05/16 07:30:57.125 +00:00] [WARN] [session.go:2150] ["run statement failed"] [schemaVersion=52] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [errorVerbose="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1871\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1694\ngithub.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit\n\texternal/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:714\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:113\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:662\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:542\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:784\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:914\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2308\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2138\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:376\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:349\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:422\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:267\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650\ngithub.com/pingcap/errors.AddStack\n\texternal/com_github_pingcap_errors/errors.go:178\ngithub.com/pingcap/errors.Trace\n\texternal/com_github_pingcap_errors/juju_adaptor.go:15\ngithub.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr\n\tpkg/store/driver/error/error.go:200\ngithub.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr\n\tpkg/store/driver/txn/error.go:164\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr\n\tpkg/store/driver/txn/txn_driver.go:340\ngithub.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit\n\tpkg/store/driver/txn/txn_driver.go:114\ngithub.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit\n\tpkg/session/txn.go:441\ngithub.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData\n\tpkg/session/session.go:662\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommit\n\tpkg/session/session.go:542\ngithub.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry\n\tpkg/session/session.go:784\ngithub.com/pingcap/tidb/pkg/session.(*session).CommitTxn\n\tpkg/session/session.go:914\ngithub.com/pingcap/tidb/pkg/session.autoCommitAfterStmt\n\tpkg/session/tidb.go:281\ngithub.com/pingcap/tidb/pkg/session.finishStmt\n\tpkg/session/tidb.go:243\ngithub.com/pingcap/tidb/pkg/session.runStmt\n\tpkg/session/session.go:2308\ngithub.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt\n\tpkg/session/session.go:2138\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext\n\tpkg/testkit/testkit.go:376\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec\n\tpkg/testkit/testkit.go:349\ngithub.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr\n\tpkg/testkit/testkit.go:422\npkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer\n\tpkg/ddl/tests/fail/fail_db_test.go:267\ntesting.tRunner\n\tGOROOT/src/testing/testing.go:1595\nruntime.goexit\n\tsrc/runtime/asm_amd64.s:1650"] [session="{\n  \"currDBName\": \"test\",\n  \"id\": 1,\n  \"status\": 2,\n  \"strictMode\": true,\n  \"user\": null\n}"]
    fail_db_test.go:268: 
        	Error Trace:	pkg/ddl/tests/fail/fail_db_test.go:268
        	Error:      	Received unexpected error:
        	            	[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV
        	            	github.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).checkSchemaValid
        	            		external/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1871
        	            	github.com/tikv/client-go/v2/txnkv/transaction.(*twoPhaseCommitter).execute
        	            		external/com_github_tikv_client_go_v2/txnkv/transaction/2pc.go:1694
        	            	github.com/tikv/client-go/v2/txnkv/transaction.(*KVTxn).Commit
        	            		external/com_github_tikv_client_go_v2/txnkv/transaction/txn.go:714
        	            	github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit
        	            		pkg/store/driver/txn/txn_driver.go:113
        	            	github.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit
        	            		pkg/session/txn.go:441
        	            	github.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData
        	            		pkg/session/session.go:662
        	            	github.com/pingcap/tidb/pkg/session.(*session).doCommit
        	            		pkg/session/session.go:542
        	            	github.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry
        	            		pkg/session/session.go:784
        	            	github.com/pingcap/tidb/pkg/session.(*session).CommitTxn
        	            		pkg/session/session.go:914
        	            	github.com/pingcap/tidb/pkg/session.autoCommitAfterStmt
        	            		pkg/session/tidb.go:281
        	            	github.com/pingcap/tidb/pkg/session.finishStmt
        	            		pkg/session/tidb.go:243
        	            	github.com/pingcap/tidb/pkg/session.runStmt
        	            		pkg/session/session.go:2308
        	            	github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt
        	            		pkg/session/session.go:2138
        	            	github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext
        	            		pkg/testkit/testkit.go:376
        	            	github.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec
        	            		pkg/testkit/testkit.go:349
        	            	github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr
        	            		pkg/testkit/testkit.go:422
        	            	pkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer
        	            		pkg/ddl/tests/fail/fail_db_test.go:267
        	            	testing.tRunner
        	            		GOROOT/src/testing/testing.go:1595
        	            	runtime.goexit
        	            		src/runtime/asm_amd64.s:1650
        	            	github.com/pingcap/errors.AddStack
        	            		external/com_github_pingcap_errors/errors.go:178
        	            	github.com/pingcap/errors.Trace
        	            		external/com_github_pingcap_errors/juju_adaptor.go:15
        	            	github.com/pingcap/tidb/pkg/store/driver/error.ToTiDBErr
        	            		pkg/store/driver/error/error.go:200
        	            	github.com/pingcap/tidb/pkg/store/driver/txn.extractKeyErr
        	            		pkg/store/driver/txn/error.go:164
        	            	github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).extractKeyErr
        	            		pkg/store/driver/txn/txn_driver.go:340
        	            	github.com/pingcap/tidb/pkg/store/driver/txn.(*tikvTxn).Commit
        	            		pkg/store/driver/txn/txn_driver.go:114
        	            	github.com/pingcap/tidb/pkg/session.(*LazyTxn).Commit
        	            		pkg/session/txn.go:441
        	            	github.com/pingcap/tidb/pkg/session.(*session).commitTxnWithTemporaryData
        	            		pkg/session/session.go:662
        	            	github.com/pingcap/tidb/pkg/session.(*session).doCommit
        	            		pkg/session/session.go:542
        	            	github.com/pingcap/tidb/pkg/session.(*session).doCommitWithRetry
        	            		pkg/session/session.go:784
        	            	github.com/pingcap/tidb/pkg/session.(*session).CommitTxn
        	            		pkg/session/session.go:914
        	            	github.com/pingcap/tidb/pkg/session.autoCommitAfterStmt
        	            		pkg/session/tidb.go:281
        	            	github.com/pingcap/tidb/pkg/session.finishStmt
        	            		pkg/session/tidb.go:243
        	            	github.com/pingcap/tidb/pkg/session.runStmt
        	            		pkg/session/session.go:2308
        	            	github.com/pingcap/tidb/pkg/session.(*session).ExecuteStmt
        	            		pkg/session/session.go:2138
        	            	github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext
        	            		pkg/testkit/testkit.go:376
        	            	github.com/pingcap/tidb/pkg/testkit.(*TestKit).Exec
        	            		pkg/testkit/testkit.go:349
        	            	github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecToErr
        	            		pkg/testkit/testkit.go:422
        	            	pkg/ddl/tests/fail/fail_test_test.TestFailSchemaSyncer
        	            		pkg/ddl/tests/fail/fail_db_test.go:267
        	            	testing.tRunner
        	            		GOROOT/src/testing/testing.go:1595
        	            	runtime.goexit
        	            		src/runtime/asm_amd64.s:1650
        	Test:       	TestFailSchemaSyncer
[2024/05/16 07:30:57.129 +00:00] [INFO] [session.go:3894] ["CRUCIAL OPERATION"] [conn=1] [schemaVersion=52] [cur_db=test] [sql="drop table if exists t"] [user=]
[2024/05/16 07:30:57.154 +00:00] [INFO] [info.go:1142] [SetTiFlashGroupConfig]
[2024/05/16 07:30:57.196 +00:00] [INFO] [ddl_worker.go:259] ["add DDL jobs"] [category=ddl] ["batch count"=1] [jobs="ID:106, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-16 07:30:57.153 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false; "] [table=true]
[2024/05/16 07:30:57.196 +00:00] [INFO] [ddl.go:1181] ["start DDL job"] [category=ddl] [job="ID:106, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-16 07:30:57.153 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"] [query="drop table if exists t"]
[2024/05/16 07:30:57.268 +00:00] [INFO] [ddl_worker.go:1191] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=106] [conn=1] [category=ddl] [job="ID:106, Type:drop table, State:queueing, SchemaState:public, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-16 07:30:57.153 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/16 07:30:57.333 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=52] [neededSchemaVersion=53] ["start time"=402.233µs] [gotSchemaVersion=53] [phyTblIDs="[104]"] [actionTypes="[4]"] [diffTypes="[\"drop table\"]"]
[2024/05/16 07:30:57.353 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/16 07:30:57.353 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=106] [version=53]
[2024/05/16 07:30:57.353 +00:00] [INFO] [ddl_worker.go:1439] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=53] ["take time"=34.891731ms] [job="ID:106, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:2, start time: 2024-05-16 07:30:57.153 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/16 07:30:57.480 +00:00] [INFO] [ddl_worker.go:1191] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=106] [conn=1] [category=ddl] [job="ID:106, Type:drop table, State:running, SchemaState:write only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-16 07:30:57.153 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/16 07:30:57.522 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=53] [neededSchemaVersion=54] ["start time"=331.432µs] [gotSchemaVersion=54] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"]
[2024/05/16 07:30:57.537 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/16 07:30:57.537 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=106] [version=54]
[2024/05/16 07:30:57.539 +00:00] [INFO] [ddl_worker.go:1439] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=54] ["take time"=17.841316ms] [job="ID:106, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-16 07:30:57.153 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/16 07:30:57.688 +00:00] [INFO] [ddl_worker.go:1191] ["run DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=106] [conn=1] [category=ddl] [job="ID:106, Type:drop table, State:running, SchemaState:delete only, SchemaID:2, TableID:104, RowCount:0, ArgLen:0, start time: 2024-05-16 07:30:57.153 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/16 07:30:57.692 +00:00] [INFO] [ddl.go:73] ["Handle ddl event"] [category=stats] [event="(Event Type: drop table, Schema ID: 2, Old Table ID: 104, Old Table Name: t"]
[2024/05/16 07:30:57.732 +00:00] [INFO] [domain.go:280] ["diff load InfoSchema success"] [currentSchemaVersion=54] [neededSchemaVersion=55] ["start time"=309.546µs] [gotSchemaVersion=55] [phyTblIDs="[]"] [actionTypes="[]"] [diffTypes="[\"drop table\"]"]
[2024/05/16 07:30:57.746 +00:00] [INFO] [domain.go:867] ["session manager is nil"]
[2024/05/16 07:30:57.746 +00:00] [INFO] [domain.go:886] ["mdl gets lock, update self version to owner"] [jobID=106] [version=55]
[2024/05/16 07:30:57.748 +00:00] [INFO] [ddl_worker.go:1439] ["wait latest schema version changed(get the metadata lock if tidb_enable_metadata_lock is true)"] [category=ddl] [ver=55] ["take time"=16.497673ms] [job="ID:106, Type:drop table, State:done, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-16 07:30:57.153 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/16 07:30:57.878 +00:00] [INFO] [delete_range.go:447] ["insert into delete-range table"] [category=ddl] [jobID=106] [tableIDs="[104]"] [comment="drop table: table ID"]
[2024/05/16 07:30:57.901 +00:00] [INFO] [delete_range.go:112] ["add job into delete-range table"] [category=ddl] [jobID=106] [jobType="drop table"]
[2024/05/16 07:30:57.905 +00:00] [INFO] [ddl_worker.go:744] ["finish DDL job"] [worker="worker 6, tp general"] [category=ddl] [jobID=106] [conn=1] [job="ID:106, Type:drop table, State:synced, SchemaState:none, SchemaID:2, TableID:104, RowCount:0, ArgLen:3, start time: 2024-05-16 07:30:57.153 +0000 UTC, Err:<nil>, ErrCount:0, SnapshotVersion:0, LocalMode: false"]
[2024/05/16 07:30:57.948 +00:00] [INFO] [delete_range.go:259] ["delRange emulator complete task"] [category=ddl] [category=ddl] [jobID=106] [elementID=1] [startKey=748000000000000068] [endKey=748000000000000069]
[2024/05/16 07:30:57.977 +00:00] [INFO] [ddl.go:1286] ["DDL job is finished"] [category=ddl] [jobID=106]
[2024/05/16 07:30:57.978 +00:00] [INFO] [callback.go:139] ["performing DDL change, must reload"] [category=ddl]
[2024/05/16 07:30:57.980 +00:00] [WARN] [adapter.go:1641] ["# Txn_start_ts: 0\n# Conn_ID: 1\n# Query_time: 0.851464135\n# Parse_time: 0.000462523\n# Compile_time: 0.000968515\n# Rewrite_time: 0.000015128\n# Optimize_time: 0.000412137\n# Wait_TS: 0.000134317\n# DB: test\n# Is_internal: false\n# Digest: 293123a5976f55d0b9cd979cd8b74ca6ac90429498766df23f5b51fcc0399f24\n# Num_cop_tasks: 0\n# Mem_max: 8192\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\ndrop table if exists t;"]
[2024/05/16 07:30:57.999 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=421b8080-d49b-4373-a395-53aa68fe0899] [ownerKey=/tidb/ddl/fg/owner]
[2024/05/16 07:30:57.999 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/16 07:30:57.999 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 7, tp add index"] [category=ddl] ["take time"=17.617µs]
[2024/05/16 07:30:57.999 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 8, tp add index"] [category=ddl] ["take time"=7.774µs]
[2024/05/16 07:30:57.999 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 9, tp add index"] [category=ddl] ["take time"=6.771µs]
[2024/05/16 07:30:57.999 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 10, tp add index"] [category=ddl] ["take time"=6.472µs]
[2024/05/16 07:30:57.999 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/16 07:30:57.999 +00:00] [INFO] [ddl_worker.go:187] ["DDL worker closed"] [worker="worker 6, tp general"] [category=ddl] ["take time"=8.448µs]
[2024/05/16 07:30:57.999 +00:00] [INFO] [ddl_workerpool.go:82] ["closing workerPool"] [category=ddl]
[2024/05/16 07:30:57.999 +00:00] [INFO] [delete_range.go:162] ["closing delRange"] [category=ddl]
[2024/05/16 07:30:58.000 +00:00] [INFO] [session_pool.go:98] ["closing session pool"] [category=ddl]
[2024/05/16 07:30:58.003 +00:00] [INFO] [ddl.go:950] ["DDL closed"] [category=ddl] [ID=421b8080-d49b-4373-a395-53aa68fe0899] ["take time"=22.720577ms]
[2024/05/16 07:30:58.003 +00:00] [INFO] [ddl.go:768] ["stop DDL"] [category=ddl] [ID=421b8080-d49b-4373-a395-53aa68fe0899]
[2024/05/16 07:30:58.003 +00:00] [INFO] [domain.go:1025] ["stopping ttlJobManager"]
[2024/05/16 07:30:58.003 +00:00] [INFO] [runtime.go:190] ["TimerGroupRuntime loop exit"] [groupID=ttl]
[2024/05/16 07:30:58.004 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/05/16 07:30:58.004 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/16 07:30:58.004 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/16 07:30:58.004 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/16 07:30:58.004 +00:00] [INFO] [scan.go:309] ["ttlScanWorker loop exited."]
[2024/05/16 07:30:58.004 +00:00] [INFO] [task_manager.go:194] ["shrink ttl worker"] [ttl-worker=job-manager] [ttl-worker=task-manager] [originalCount=4] [newCount=0]
[2024/05/16 07:30:58.004 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/16 07:30:58.004 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/16 07:30:58.005 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/16 07:30:58.005 +00:00] [INFO] [del.go:261] ["ttlDeleteWorker loop exited."]
[2024/05/16 07:30:58.027 +00:00] [INFO] [job_manager.go:174] ["ttlJobManager loop exited."] [ttl-worker=job-manager]
[2024/05/16 07:30:58.028 +00:00] [INFO] [domain.go:1036] ["ttlJobManager exited."]
[2024/05/16 07:30:58.028 +00:00] [INFO] [manager.go:179] ["handle tasks loop done"] [server-id=:4000]
[2024/05/16 07:30:58.028 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=mdlCheckLoop]
[2024/05/16 07:30:58.028 +00:00] [INFO] [domain.go:906] ["loadSchemaInLoop exited."]
[2024/05/16 07:30:58.028 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSchemaInLoop]
[2024/05/16 07:30:58.028 +00:00] [INFO] [domain.go:2371] ["updateStatsWorker is going to exit, start to flush stats"]
[2024/05/16 07:30:58.028 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/16 07:30:58.028 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayWatchSyncLoop]
[2024/05/16 07:30:58.029 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=runawayRecordFlushLoop]
[2024/05/16 07:30:58.029 +00:00] [INFO] [domain.go:2450] ["autoAnalyzeWorker exited."]
[2024/05/16 07:30:58.029 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=autoAnalyzeWorker]
[2024/05/16 07:30:58.029 +00:00] [INFO] [domain.go:2492] ["analyzeJobsCleanupWorker exited."]
[2024/05/16 07:30:58.029 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=analyzeJobsCleanupWorker]
[2024/05/16 07:30:58.029 +00:00] [INFO] [domain.go:2373] ["updateStatsWorker ready to release owner"]
[2024/05/16 07:30:58.029 +00:00] [INFO] [domain.go:2323] ["loadStatsWorker exited."]
[2024/05/16 07:30:58.029 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadStatsWorker]
[2024/05/16 07:30:58.029 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=421b8080-d49b-4373-a395-53aa68fe0899] [ownerKey=/tidb/stats/owner]
[2024/05/16 07:30:58.029 +00:00] [INFO] [domain.go:1542] ["stopping dist task scheduler manager because the current node is not DDL owner anymore"] [id=421b8080-d49b-4373-a395-53aa68fe0899]
[2024/05/16 07:30:58.029 +00:00] [INFO] [domain.go:2040] ["PlanReplayerTaskDumpHandle exited."]
[2024/05/16 07:30:58.029 +00:00] [INFO] [scheduler_manager.go:206] ["schedule task loop exits"] [server-id=:4000]
[2024/05/16 07:30:58.029 +00:00] [INFO] [domain.go:2074] ["dumpFileGcChecker exited."]
[2024/05/16 07:30:58.029 +00:00] [INFO] [domain.go:2352] ["indexUsageWorker exited."]
[2024/05/16 07:30:58.029 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=dumpFileGcChecker]
[2024/05/16 07:30:58.029 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=indexUsageWorker]
[2024/05/16 07:30:58.029 +00:00] [INFO] [domain.go:2105] ["HistoricalStatsWorker exited."]
[2024/05/16 07:30:58.029 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/16 07:30:58.029 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=HistoricalStatsWorker]
[2024/05/16 07:30:58.029 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadSigningCertLoop]
[2024/05/16 07:30:58.029 +00:00] [INFO] [domain.go:1700] ["loadPrivilegeInLoop exited."]
[2024/05/16 07:30:58.029 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/16 07:30:58.030 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=loadPrivilegeInLoop]
[2024/05/16 07:30:58.030 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/16 07:30:58.030 +00:00] [INFO] [stats_syncload.go:202] ["SubLoadWorker exited."]
[2024/05/16 07:30:58.030 +00:00] [INFO] [mock.go:106] ["owner manager is canceled"] [category=ddl] [ID=421b8080-d49b-4373-a395-53aa68fe0899] [ownerKey=/tidb/bindinfo/owner]
[2024/05/16 07:30:58.030 +00:00] [INFO] [domain.go:2020] ["PlanReplayerTaskCollectHandle exited."]
[2024/05/16 07:30:58.030 +00:00] [INFO] [domain.go:1889] ["globalBindHandleWorkerLoop exited."]
[2024/05/16 07:30:58.030 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalBindHandleWorkerLoop]
[2024/05/16 07:30:58.030 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskCollectHandle]
[2024/05/16 07:30:58.030 +00:00] [INFO] [domain.go:761] ["topologySyncerKeeper exited."]
[2024/05/16 07:30:58.030 +00:00] [INFO] [scheduler_manager.go:379] ["cleanup loop exits"] [server-id=:4000]
[2024/05/16 07:30:58.030 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topologySyncerKeeper]
[2024/05/16 07:30:58.030 +00:00] [INFO] [scheduler_manager.go:459] ["collect loop exits"] [server-id=:4000]
[2024/05/16 07:30:58.030 +00:00] [INFO] [domain.go:1750] ["LoadSysVarCacheLoop exited."]
[2024/05/16 07:30:58.030 +00:00] [INFO] [scheduler_manager.go:318] ["subtask history table gc loop exits"] [server-id=:4000]
[2024/05/16 07:30:58.030 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=LoadSysVarCacheLoop]
[2024/05/16 07:30:58.030 +00:00] [INFO] [domain.go:711] ["infoSyncerKeeper exited."]
[2024/05/16 07:30:58.030 +00:00] [INFO] [domain.go:1544] ["dist task scheduler manager stopped"] [id=421b8080-d49b-4373-a395-53aa68fe0899]
[2024/05/16 07:30:58.030 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=infoSyncerKeeper]
[2024/05/16 07:30:58.030 +00:00] [INFO] [domain.go:1527] ["stopping dist task executor manager"]
[2024/05/16 07:30:58.029 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=PlanReplayerTaskDumpHandle]
[2024/05/16 07:30:58.030 +00:00] [INFO] [domain.go:683] ["topNSlowQueryLoop exited."]
[2024/05/16 07:30:58.030 +00:00] [INFO] [domain.go:1361] ["closestReplicaReadCheckLoop exited."]
[2024/05/16 07:30:58.030 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=topNSlowQueryLoop]
[2024/05/16 07:30:58.030 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=closestReplicaReadCheckLoop]
[2024/05/16 07:30:58.030 +00:00] [INFO] [domain.go:2379] ["updateStatsWorker exit preprocessing finished"]
[2024/05/16 07:30:58.030 +00:00] [INFO] [domain.go:737] ["globalConfigSyncerKeeper exited."]
[2024/05/16 07:30:58.031 +00:00] [INFO] [domain.go:2404] ["updateStatsWorker exited."]
[2024/05/16 07:30:58.031 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=globalConfigSyncerKeeper]
[2024/05/16 07:30:58.031 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=updateStatsWorker]
[2024/05/16 07:30:58.031 +00:00] [INFO] [manager.go:280] ["recoverMetaLoop done"] [server-id=:4000]
[2024/05/16 07:30:58.031 +00:00] [INFO] [plan_replayer.go:413] ["planReplayerTaskDumpWorker exited."]
[2024/05/16 07:30:58.031 +00:00] [INFO] [domain.go:1529] ["dist task executor manager stopped"]
[2024/05/16 07:30:58.031 +00:00] [INFO] [wait_group_wrapper.go:140] ["background process exited"] [source=domain] [process=distTaskFrameworkLoop]
[2024/05/16 07:30:58.043 +00:00] [INFO] [domain.go:1073] ["domain closed"] ["take time"=62.847643ms]
[2024/05/16 07:30:58.045 +00:00] [INFO] [db.go:567] ["Closing database"]
[2024/05/16 07:30:58.045 +00:00] [INFO] [db.go:592] ["Memtable flushed"]
[2024/05/16 07:30:58.045 +00:00] [INFO] [db.go:596] ["Compaction finished"]
[2024/05/16 07:30:58.045 +00:00] [INFO] [db.go:615] ["BlobManager finished"]
[2024/05/16 07:30:58.046 +00:00] [INFO] [db.go:619] ["ResourceManager finished"]
[2024/05/16 07:30:58.046 +00:00] [INFO] [db.go:625] ["Waiting for closer"]
--- FAIL: TestFailSchemaSyncer (31.11s)
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/11450/execroot/__main__/bazel-out/k8-fastbuild/bin/pkg/ddl/tests/fail/fail_test_/fail_test.runfiles/__main__/pkg/ddl/tests/fail/fail_test_/fail_test
================================================================================
[12,530 / 13,117] 309 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,530 / 13,117] 309 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 47s remote-cache, linux-sandbox ... (70 actions running)
[12,530 / 13,117] 309 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 48s remote-cache, linux-sandbox ... (70 actions running)
[12,533 / 13,117] 309 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,535 / 13,117] 309 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,538 / 13,145] 309 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,542 / 13,147] 309 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,545 / 13,151] 309 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,546 / 13,151] 309 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,553 / 13,151] 310 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,558 / 13,197] 310 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 57s remote-cache, linux-sandbox ... (70 actions running)
[12,559 / 13,197] 310 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 8 of 8); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,563 / 13,197] 311 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,565 / 13,197] 311 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 54s remote-cache, linux-sandbox ... (70 actions running)
[12,568 / 13,197] 311 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,569 / 13,197] 311 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,570 / 13,197] 311 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,571 / 13,197] 311 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 59s remote-cache, linux-sandbox ... (70 actions running)
[12,575 / 13,248] 311 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,578 / 13,248] 311 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 42 of 42); 62s remote-cache, linux-sandbox ... (70 actions running)
[12,581 / 13,248] 311 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 17 of 17); 40s remote-cache, linux-sandbox ... (70 actions running)
[12,581 / 13,248] 311 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 17 of 17); 41s remote-cache, linux-sandbox ... (70 actions running)
[12,585 / 13,248] 311 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 17 of 17); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,586 / 13,248] 311 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 17 of 17); 44s remote-cache, linux-sandbox ... (70 actions running)
[12,592 / 13,248] 311 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 10 of 11); 38s remote-cache, linux-sandbox ... (70 actions running)
[12,593 / 13,248] 311 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 10 of 11); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,594 / 13,248] 311 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 10 of 11); 41s remote-cache, linux-sandbox ... (70 actions running)
[12,599 / 13,248] 311 / 404 tests; Testing //pkg/executor/test/loaddatatest:loaddatatest_test (shard 1 of 11); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,600 / 13,248] 311 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,601 / 13,248] 311 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 39s remote-cache, linux-sandbox ... (70 actions running)
[12,603 / 13,248] 311 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 40s remote-cache, linux-sandbox ... (70 actions running)
[12,603 / 13,248] 311 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 42s remote-cache, linux-sandbox ... (70 actions running)
[12,604 / 13,248] 311 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,608 / 13,248] 311 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 44s remote-cache, linux-sandbox ... (70 actions running)
[12,608 / 13,248] 311 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,612 / 13,248] 311 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,613 / 13,248] 311 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,614 / 13,248] 311 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 49s remote-cache, linux-sandbox ... (70 actions running)
[12,621 / 13,248] 312 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,625 / 13,248] 312 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,629 / 13,248] 312 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,632 / 13,248] 312 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,635 / 13,248] 313 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,637 / 13,248] 313 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,641 / 13,248] 314 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,642 / 13,248] 314 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,642 / 13,248] 314 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 60s remote-cache, linux-sandbox ... (70 actions running)
[12,647 / 13,248] 314 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 61s remote-cache, linux-sandbox ... (70 actions running)
[12,647 / 13,248] 314 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 62s remote-cache, linux-sandbox ... (70 actions running)
[12,654 / 13,270] 314 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 64s remote-cache, linux-sandbox ... (70 actions running)
[12,655 / 13,270] 314 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,659 / 13,270] 315 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 67s remote-cache, linux-sandbox ... (70 actions running)
[12,666 / 13,279] 315 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 68s remote-cache, linux-sandbox ... (70 actions running)
[12,667 / 13,279] 315 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,671 / 13,279] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,673 / 13,279] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 72s remote-cache, linux-sandbox ... (70 actions running)
[12,677 / 13,279] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,680 / 13,279] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,682 / 13,279] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,685 / 13,279] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 77s remote-cache, linux-sandbox ... (70 actions running)
[12,687 / 13,279] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 78s remote-cache, linux-sandbox ... (68 actions, 66 running)
[12,691 / 13,279] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 79s remote-cache, linux-sandbox ... (67 actions, 66 running)
[12,695 / 13,285] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 81s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,695 / 13,285] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 82s remote-cache, linux-sandbox ... (70 actions running)
[12,699 / 13,285] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 83s remote-cache, linux-sandbox ... (70 actions running)
[12,699 / 13,285] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 84s remote-cache, linux-sandbox ... (70 actions running)
[12,701 / 13,285] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 85s remote-cache, linux-sandbox ... (70 actions running)
[12,701 / 13,285] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 86s remote-cache, linux-sandbox ... (70 actions running)
[12,707 / 13,287] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 87s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,713 / 13,287] 316 / 404 tests; Testing //pkg/bindinfo/tests:tests_test (shard 17 of 18); 89s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,715 / 13,287] 316 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 77s remote-cache, linux-sandbox ... (70 actions running)
[12,716 / 13,287] 316 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 78s remote-cache, linux-sandbox ... (70 actions running)
[12,716 / 13,287] 317 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 80s remote-cache, linux-sandbox ... (70 actions running)
[12,724 / 13,287] 317 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 81s remote-cache, linux-sandbox ... (70 actions running)
[12,727 / 13,287] 317 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 82s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,730 / 13,287] 317 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,734 / 13,287] 317 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 18 of 19); 85s remote-cache, linux-sandbox ... (70 actions running)
[12,735 / 13,287] 317 / 404 tests; Testing //pkg/session/clusteredindextest:clusteredindextest_test (shard 2 of 3); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,736 / 13,287] 317 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 41s remote-cache, linux-sandbox ... (70 actions running)
[12,737 / 13,287] 317 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 42s remote-cache, linux-sandbox ... (70 actions running)
[12,741 / 13,287] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,741 / 13,287] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 46s remote-cache, linux-sandbox ... (70 actions running)
[12,743 / 13,287] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 47s remote-cache, linux-sandbox ... (70 actions running)
[12,749 / 13,293] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,750 / 13,293] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 49s remote-cache, linux-sandbox ... (69 actions running)
[12,751 / 13,293] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,753 / 13,293] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,755 / 13,293] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 53s remote-cache, linux-sandbox ... (70 actions running)
[12,758 / 13,293] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,762 / 13,293] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,764 / 13,306] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 57s remote-cache, linux-sandbox ... (70 actions running)
[12,766 / 13,306] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,766 / 13,306] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 59s remote-cache, linux-sandbox ... (70 actions running)
[12,767 / 13,306] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 60s remote-cache, linux-sandbox ... (70 actions running)
[12,769 / 13,306] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 61s remote-cache, linux-sandbox ... (70 actions running)
[12,771 / 13,306] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,772 / 13,306] 318 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,775 / 13,306] 319 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,778 / 13,306] 319 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 66s remote-cache, linux-sandbox ... (70 actions running)
[12,783 / 13,326] 319 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 68s remote-cache, linux-sandbox ... (70 actions running)
[12,784 / 13,326] 319 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 69s remote-cache, linux-sandbox ... (70 actions running)
[12,788 / 13,326] 319 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,789 / 13,326] 319 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 72s remote-cache, linux-sandbox ... (70 actions running)
[12,791 / 13,326] 319 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 73s remote-cache, linux-sandbox ... (70 actions running)
[12,792 / 13,326] 319 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 12 of 28); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,794 / 13,326] 319 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 54s remote-cache, linux-sandbox ... (70 actions running)
[12,801 / 13,326] 320 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 55s remote-cache, linux-sandbox ... (69 actions running)
[12,804 / 13,326] 321 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 57s remote-cache, linux-sandbox ... (70 actions running)
[12,807 / 13,326] 321 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 58s remote-cache, linux-sandbox ... (70 actions running)
[12,807 / 13,326] 321 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 40 of 42); 59s remote-cache, linux-sandbox ... (70 actions running)
[12,813 / 13,326] 321 / 404 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 41s remote-cache, linux-sandbox ... (70 actions running)
[12,814 / 13,326] 321 / 404 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 42s remote-cache, linux-sandbox ... (70 actions running)
[12,814 / 13,326] 321 / 404 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 44s remote-cache, linux-sandbox ... (70 actions running)
[12,817 / 13,326] 321 / 404 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,822 / 13,326] 321 / 404 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,822 / 13,326] 321 / 404 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 48s remote-cache, linux-sandbox ... (70 actions running)
[12,825 / 13,360] 321 / 404 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,831 / 13,360] 321 / 404 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,835 / 13,371] 321 / 404 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,838 / 13,371] 321 / 404 tests; Testing //pkg/session/temporarytabletest:temporarytabletest_test (shard 1 of 3); 53s remote-cache, linux-sandbox ... (70 actions running)
[12,841 / 13,371] 322 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,844 / 13,371] 322 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 40s remote-cache, linux-sandbox ... (70 actions running)
[12,846 / 13,371] 322 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 41s remote-cache, linux-sandbox ... (70 actions running)
[12,848 / 13,371] 322 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 43s remote-cache, linux-sandbox ... (70 actions running)
[12,852 / 13,371] 322 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 44s remote-cache, linux-sandbox ... (70 actions running)
[12,855 / 13,371] 322 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 46s remote-cache, linux-sandbox ... (70 actions running)
[12,859 / 13,371] 322 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 47s remote-cache, linux-sandbox ... (70 actions running)
[12,860 / 13,371] 322 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,866 / 13,371] 324 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 50s remote-cache, linux-sandbox ... (70 actions running)
[12,867 / 13,371] 324 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,871 / 13,371] 324 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 14 of 17); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,874 / 13,371] 324 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,876 / 13,371] 324 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,876 / 13,371] 324 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 44s remote-cache, linux-sandbox ... (70 actions running)
[12,877 / 13,371] 324 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 45s remote-cache, linux-sandbox ... (70 actions running)
[12,879 / 13,371] 324 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 46s remote-cache, linux-sandbox ... (70 actions running)
[12,882 / 13,371] 324 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,885 / 13,371] 325 / 404 tests; Testing //pkg/executor/test/simpletest:simpletest_test (shard 5 of 11); 48s remote-cache, linux-sandbox ... (67 actions, 64 running)
[12,888 / 13,371] 325 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 44s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,889 / 13,371] 325 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,893 / 13,399] 325 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 47s remote-cache, linux-sandbox ... (70 actions running)
[12,898 / 13,399] 325 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 49s remote-cache, linux-sandbox ... (70 actions running)
[12,899 / 13,399] 325 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,900 / 13,399] 325 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 52s remote-cache, linux-sandbox ... (70 actions running)
[12,904 / 13,399] 325 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,907 / 13,399] 327 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 54s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,907 / 13,399] 327 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,908 / 13,399] 327 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,916 / 13,399] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,923 / 13,399] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,923 / 13,399] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 61s remote-cache, linux-sandbox ... (70 actions running)
[12,924 / 13,399] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,929 / 13,399] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,932 / 13,412] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 65s remote-cache, linux-sandbox ... (70 actions running)
[12,932 / 13,412] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 66s remote-cache, linux-sandbox ... (70 actions running)
[12,933 / 13,412] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,934 / 13,412] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 69s remote-cache, linux-sandbox ... (70 actions running)
[12,938 / 13,412] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 70s remote-cache, linux-sandbox ... (70 actions running)
[12,939 / 13,412] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 71s remote-cache, linux-sandbox ... (70 actions running)
[12,941 / 13,431] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 72s remote-cache, linux-sandbox ... (70 actions running)
[12,942 / 13,431] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,947 / 13,431] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 76s remote-cache, linux-sandbox ... (70 actions running)
[12,948 / 13,431] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 77s remote-cache, linux-sandbox ... (70 actions running)
[12,948 / 13,431] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 80s remote-cache, linux-sandbox ... (70 actions running)
[12,953 / 13,431] 328 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 81s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,954 / 13,431] 329 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 83s remote-cache, linux-sandbox ... (70 actions running)
[12,955 / 13,431] 329 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 84s remote-cache, linux-sandbox ... (70 actions running)
[12,958 / 13,431] 329 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 85s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,958 / 13,431] 329 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 86s remote-cache, linux-sandbox ... (70 actions running)
[12,963 / 13,431] 329 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 87s remote-cache, linux-sandbox ... (70 actions running)
[12,965 / 13,431] 329 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 89s remote-cache, linux-sandbox ... (70 actions running)
[12,966 / 13,431] 329 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 90s remote-cache, linux-sandbox ... (70 actions running)
[12,967 / 13,431] 329 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 91s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,971 / 13,431] 329 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 93s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,975 / 13,431] 329 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 94s remote-cache, linux-sandbox ... (69 actions, 68 running)
[12,976 / 13,431] 330 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 95s remote-cache, linux-sandbox ... (70 actions running)
[12,979 / 13,431] 330 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 96s remote-cache, linux-sandbox ... (69 actions running)
[12,984 / 13,431] 330 / 404 tests; Testing //pkg/executor/test/seqtest:seqtest_test (shard 19 of 28); 97s remote-cache, linux-sandbox ... (67 actions, 66 running)
[12,991 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 55s remote-cache, linux-sandbox ... (70 actions running)
[12,991 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 56s remote-cache, linux-sandbox ... (70 actions running)
[12,995 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,001 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,002 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,005 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 61s remote-cache, linux-sandbox ... (70 actions running)
[13,008 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 62s remote-cache, linux-sandbox ... (70 actions running)
[13,008 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 63s remote-cache, linux-sandbox ... (70 actions running)
[13,014 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 64s remote-cache, linux-sandbox ... (70 actions running)
[13,016 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 65s remote-cache, linux-sandbox ... (70 actions running)
[13,017 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 66s remote-cache, linux-sandbox ... (70 actions running)
[13,020 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 67s remote-cache, linux-sandbox ... (70 actions running)
[13,023 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,028 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 70s remote-cache, linux-sandbox ... (69 actions running)
[13,033 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 71s remote-cache, linux-sandbox ... (70 actions running)
[13,036 / 13,439] 331 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 73s remote-cache, linux-sandbox ... (70 actions running)
[13,040 / 13,488] 332 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 74s remote-cache, linux-sandbox ... (70 actions running)
[13,045 / 13,488] 333 / 404 tests; Testing //pkg/executor/test/jointest:jointest_test (shard 1 of 8); 75s remote-cache, linux-sandbox ... (70 actions running)
[13,053 / 13,488] 333 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,054 / 13,488] 333 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 58s remote-cache, linux-sandbox ... (70 actions running)
[13,057 / 13,488] 333 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 59s remote-cache, linux-sandbox ... (70 actions running)
[13,059 / 13,488] 333 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 60s remote-cache, linux-sandbox ... (70 actions running)
[13,062 / 13,488] 333 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,062 / 13,488] 334 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 63s remote-cache, linux-sandbox ... (70 actions running)
[13,068 / 13,490] 334 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,074 / 13,496] 334 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 65s remote-cache, linux-sandbox ... (70 actions running)
[13,081 / 13,496] 335 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 66s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,085 / 13,496] 335 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,090 / 13,514] 335 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 69s remote-cache, linux-sandbox ... (70 actions running)
[13,091 / 13,514] 335 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 70s remote-cache, linux-sandbox ... (70 actions running)
[13,094 / 13,514] 336 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 72s remote-cache, linux-sandbox ... (70 actions running)
[13,099 / 13,514] 336 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 73s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,104 / 13,514] 336 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 74s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,107 / 13,514] 336 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,108 / 13,514] 336 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 76s remote-cache, linux-sandbox ... (70 actions running)
[13,112 / 13,514] 336 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,115 / 13,565] 336 / 404 tests; Testing //pkg/session/test/txn:txn_test (shard 2 of 8); 79s remote-cache, linux-sandbox ... (70 actions running)
[13,127 / 13,590] 338 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 62s remote-cache, linux-sandbox ... (70 actions running)
[13,131 / 13,615] 338 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,136 / 13,615] 339 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,139 / 13,615] 339 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,140 / 13,615] 339 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 67s remote-cache, linux-sandbox ... (70 actions running)
[13,141 / 13,615] 339 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 37 of 42); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,154 / 13,636] 339 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 65s remote-cache, linux-sandbox ... (70 actions running)
[13,156 / 13,636] 339 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 14 of 19); 66s remote-cache, linux-sandbox ... (70 actions running)
[13,158 / 13,636] 339 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,167 / 13,636] 340 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 63s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,169 / 13,636] 340 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 64s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,173 / 13,636] 340 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,175 / 13,636] 341 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,180 / 13,638] 341 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,189 / 13,638] 341 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,191 / 13,638] 341 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 70s remote-cache, linux-sandbox ... (70 actions running)
[13,193 / 13,638] 341 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 72s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,197 / 13,638] 342 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 73s remote-cache, linux-sandbox ... (70 actions running)
[13,202 / 13,638] 342 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 74s remote-cache, linux-sandbox ... (70 actions running)
[13,204 / 13,638] 342 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 75s remote-cache, linux-sandbox ... (70 actions running)
[13,205 / 13,638] 342 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,209 / 13,647] 342 / 404 tests; Testing //pkg/statistics/handle/handletest/analyze:analyze_test (shard 2 of 5); 78s remote-cache, linux-sandbox ... (70 actions running)
[13,218 / 13,647] 343 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 5 of 33); 36s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,225 / 13,675] 343 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 5 of 33); 38s remote-cache, linux-sandbox ... (70 actions running)
[13,229 / 13,675] 344 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 5 of 33); 39s remote-cache, linux-sandbox ... (70 actions running)
[13,233 / 13,675] 344 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 5 of 33); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,235 / 13,675] 344 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 40s remote-cache, linux-sandbox ... (70 actions running)
[13,244 / 13,675] 344 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 41s remote-cache, linux-sandbox ... (70 actions running)
[13,248 / 13,675] 344 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 42s remote-cache, linux-sandbox ... (70 actions running)
[13,253 / 13,675] 344 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 43s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,253 / 13,675] 344 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 45s remote-cache, linux-sandbox ... (70 actions running)
[13,260 / 13,675] 344 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,268 / 13,675] 344 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 48s remote-cache, linux-sandbox ... (70 actions running)
[13,270 / 13,677] 344 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,276 / 13,677] 344 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 51s remote-cache, linux-sandbox ... (70 actions running)
[13,282 / 13,677] 345 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 52s remote-cache, linux-sandbox ... (70 actions running)
[13,288 / 13,677] 345 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,290 / 13,677] 346 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 5 of 17); 54s remote-cache, linux-sandbox ... (70 actions running)
[13,296 / 13,677] 346 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,299 / 13,677] 346 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 47s remote-cache, linux-sandbox ... (70 actions running)
[13,310 / 13,677] 346 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,315 / 13,677] 346 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,316 / 13,677] 346 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 51s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,321 / 13,677] 347 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 52s remote-cache, linux-sandbox ... (70 actions running)
[13,324 / 13,677] 347 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 53s remote-cache, linux-sandbox ... (70 actions running)
[13,325 / 13,677] 347 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 54s remote-cache, linux-sandbox ... (70 actions running)
[13,328 / 13,691] 347 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 55s remote-cache, linux-sandbox ... (70 actions running)
[13,330 / 13,691] 347 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 56s remote-cache, linux-sandbox ... (70 actions running)
[13,333 / 13,691] 347 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,337 / 13,691] 348 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,345 / 13,701] 349 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,348 / 13,701] 349 / 404 tests; Testing //pkg/planner/core/casetest/cbotest:cbotest_test (shard 7 of 17); 61s remote-cache, linux-sandbox ... (70 actions running)
[13,357 / 13,701] 349 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 38s remote-cache, linux-sandbox ... (70 actions running)
[13,360 / 13,706] 349 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 39s remote-cache, linux-sandbox ... (70 actions running)
[13,363 / 13,706] 349 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,366 / 13,706] 349 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,369 / 13,706] 350 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 42s remote-cache, linux-sandbox ... (70 actions running)
[13,374 / 13,706] 350 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 44s remote-cache, linux-sandbox ... (70 actions running)
[13,375 / 13,706] 350 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 45s remote-cache, linux-sandbox ... (70 actions running)
[13,377 / 13,706] 350 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 46s remote-cache, linux-sandbox ... (70 actions running)
[13,379 / 13,706] 350 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,386 / 13,732] 350 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 49s remote-cache, linux-sandbox ... (70 actions running)
[13,389 / 13,732] 350 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 50s remote-cache, linux-sandbox ... (70 actions running)
[13,395 / 13,754] 350 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 7 of 19); 52s remote-cache, linux-sandbox ... (70 actions running)
[13,399 / 13,754] 351 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 52s remote-cache, linux-sandbox ... (70 actions running)
[13,405 / 13,754] 351 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 53s remote-cache, linux-sandbox ... (70 actions running)
[13,408 / 13,754] 352 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 54s remote-cache, linux-sandbox ... (70 actions running)
[13,412 / 13,754] 352 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 55s remote-cache, linux-sandbox ... (70 actions running)
[13,420 / 13,754] 352 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 56s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,425 / 13,754] 353 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,429 / 13,754] 353 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 6 of 33); 59s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,436 / 13,754] 354 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 46s remote-cache, linux-sandbox ... (70 actions running)
[13,441 / 13,754] 354 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 47s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,443 / 13,754] 354 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,445 / 13,754] 354 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 50s remote-cache, linux-sandbox ... (70 actions running)
[13,448 / 13,754] 354 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 51s remote-cache, linux-sandbox ... (70 actions running)
[13,451 / 13,756] 354 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 52s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,454 / 13,756] 354 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 54s remote-cache, linux-sandbox ... (70 actions running)
[13,456 / 13,756] 355 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 55s remote-cache, linux-sandbox ... (70 actions running)
[13,468 / 13,782] 355 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 56s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,471 / 13,784] 355 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 58s remote-cache, linux-sandbox ... (70 actions running)
[13,474 / 13,795] 355 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,475 / 13,795] 356 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 61s remote-cache, linux-sandbox ... (70 actions running)
[13,478 / 13,795] 356 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 63s remote-cache, linux-sandbox ... (70 actions running)
[13,486 / 13,795] 357 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 64s remote-cache, linux-sandbox ... (70 actions running)
[13,491 / 13,795] 358 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 65s remote-cache, linux-sandbox ... (70 actions running)
[13,492 / 13,795] 358 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 66s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,493 / 13,795] 358 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 68s remote-cache, linux-sandbox ... (70 actions running)
[13,494 / 13,795] 358 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,501 / 13,795] 359 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 70s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,507 / 13,797] 359 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 71s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,510 / 13,797] 359 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 73s remote-cache, linux-sandbox ... (70 actions running)
[13,513 / 13,797] 359 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 74s remote-cache, linux-sandbox ... (70 actions running)
[13,517 / 13,805] 360 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 75s remote-cache, linux-sandbox ... (70 actions running)
[13,519 / 13,805] 360 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,523 / 13,805] 360 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,533 / 13,830] 360 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 79s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,535 / 13,830] 360 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 80s remote-cache, linux-sandbox ... (70 actions running)
[13,536 / 13,830] 360 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 82s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,539 / 13,851] 360 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 83s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,545 / 13,851] 360 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 84s remote-cache, linux-sandbox ... (70 actions running)
[13,551 / 13,851] 361 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 85s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,555 / 13,851] 362 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 87s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,556 / 13,851] 362 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 88s remote-cache, linux-sandbox ... (70 actions running)
[13,562 / 13,851] 362 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 89s remote-cache, linux-sandbox ... (70 actions running)
[13,566 / 13,853] 362 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 90s remote-cache, linux-sandbox ... (70 actions running)
[13,569 / 13,853] 362 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 91s remote-cache, linux-sandbox ... (70 actions running)
[13,570 / 13,853] 362 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 93s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,570 / 13,853] 362 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 94s remote-cache, linux-sandbox ... (70 actions running)
[13,577 / 13,853] 363 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 95s remote-cache, linux-sandbox ... (70 actions running)
[13,579 / 13,853] 363 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 96s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,587 / 13,861] 363 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 98s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,590 / 13,861] 363 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 99s remote-cache, linux-sandbox ... (70 actions running)
[13,596 / 13,867] 364 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 101s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,599 / 13,867] 364 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 102s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,602 / 13,867] 364 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 103s remote-cache, linux-sandbox ... (70 actions running)
[13,604 / 13,867] 364 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 104s remote-cache, linux-sandbox ... (70 actions running)
[13,614 / 13,867] 364 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 106s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,615 / 13,867] 364 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 107s remote-cache, linux-sandbox ... (70 actions running)
[13,622 / 13,867] 364 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 108s remote-cache, linux-sandbox ... (70 actions running)
[13,625 / 13,867] 364 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 109s remote-cache, linux-sandbox ... (69 actions running)
[13,633 / 13,874] 366 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 110s remote-cache, linux-sandbox ... (70 actions running)
[13,640 / 13,874] 366 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 111s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,643 / 13,874] 366 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 112s remote-cache, linux-sandbox ... (67 actions, 66 running)
[13,647 / 13,874] 366 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 114s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,648 / 13,874] 366 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 115s remote-cache, linux-sandbox ... (70 actions running)
[13,655 / 13,874] 366 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 8 of 19); 116s remote-cache, linux-sandbox ... (70 actions running)
[13,662 / 13,874] 367 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 79s remote-cache, linux-sandbox ... (70 actions running)
[13,669 / 13,874] 367 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 80s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,671 / 13,874] 367 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 82s remote-cache, linux-sandbox ... (70 actions running)
[13,672 / 13,874] 367 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 83s remote-cache, linux-sandbox ... (70 actions running)
[13,680 / 13,874] 368 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 84s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,687 / 13,880] 368 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 85s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,693 / 13,882] 368 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 86s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,698 / 13,882] 368 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 87s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,700 / 13,882] 369 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 89s remote-cache, linux-sandbox ... (70 actions running)
[13,708 / 13,882] 369 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 90s remote-cache, linux-sandbox ... (70 actions running)
[13,710 / 13,882] 369 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 91s remote-cache, linux-sandbox ... (70 actions running)
[13,720 / 13,887] 370 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 92s remote-cache, linux-sandbox ... (68 actions, 66 running)
[13,726 / 13,887] 370 / 404 tests; Testing //pkg/executor/test/indexmergereadtest:indexmergereadtest_test (shard 11 of 19); 93s remote-cache, linux-sandbox ... (70 actions running)
[13,734 / 13,912] 371 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 16 of 42); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,744 / 13,912] 371 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 16 of 42); 38s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,746 / 13,912] 371 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 16 of 42); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,755 / 13,914] 371 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,761 / 13,914] 371 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 42s remote-cache, linux-sandbox ... (70 actions running)
[13,762 / 13,914] 371 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 17 of 42); 43s remote-cache, linux-sandbox ... (70 actions running)
[13,763 / 13,914] 371 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 18 of 42); 35s remote-cache, linux-sandbox ... (70 actions running)
[13,768 / 13,914] 373 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 18 of 42); 36s remote-cache, linux-sandbox ... (70 actions running)
[13,774 / 13,914] 373 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 18 of 42); 37s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,784 / 13,914] 373 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 18 of 42); 39s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,787 / 13,914] 373 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 39s remote-cache, linux-sandbox ... (69 actions running)
[13,793 / 13,918] 376 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 40s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,812 / 13,982] 376 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 41s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,814 / 13,982] 376 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 42s remote-cache, linux-sandbox ... (70 actions running)
[13,814 / 13,982] 377 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 44s remote-cache, linux-sandbox ... (70 actions running)
[13,819 / 13,982] 377 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 45s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,825 / 13,982] 377 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 46s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,826 / 13,982] 377 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 47s remote-cache, linux-sandbox ... (70 actions running)
[13,831 / 13,990] 377 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 48s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,833 / 13,990] 379 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 49s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,842 / 13,992] 379 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 50s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,846 / 14,004] 379 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 52s remote-cache, linux-sandbox ... (70 actions running)
[13,847 / 14,004] 379 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 53s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,868 / 14,051] 381 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 54s remote-cache, linux-sandbox ... (67 actions, 65 running)
[13,870 / 14,051] 382 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 56s remote-cache, linux-sandbox ... (70 actions running)
[13,876 / 14,051] 382 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 57s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,883 / 14,053] 382 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 58s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,886 / 14,053] 382 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 59s remote-cache, linux-sandbox ... (70 actions running)
[13,891 / 14,053] 382 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 60s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,893 / 14,053] 382 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 62s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,896 / 14,053] 382 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 63s remote-cache, linux-sandbox ... (66 actions, 62 running)
[13,901 / 14,053] 383 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 65s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,902 / 14,053] 383 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 66s remote-cache, linux-sandbox ... (70 actions running)
[13,912 / 14,072] 384 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 67s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,921 / 14,101] 385 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 68s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,923 / 14,101] 385 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 69s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,930 / 14,114] 385 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 71s remote-cache, linux-sandbox ... (70 actions running)
[13,933 / 14,114] 385 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 72s remote-cache, linux-sandbox ... (69 actions running)
[13,940 / 14,114] 387 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 73s remote-cache, linux-sandbox ... (70 actions running)
[13,947 / 14,114] 387 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 75s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,949 / 14,114] 387 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 76s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,952 / 14,114] 387 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,957 / 14,114] 387 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,961 / 14,114] 387 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 79s remote-cache, linux-sandbox ... (70 actions running)
[13,965 / 14,114] 387 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 80s remote-cache, linux-sandbox ... (70 actions running)
[13,967 / 14,121] 387 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 81s remote-cache, linux-sandbox ... (70 actions running)
[13,968 / 14,121] 387 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 82s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,983 / 14,163] 387 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 83s remote-cache, linux-sandbox ... (69 actions, 68 running)
[13,992 / 14,163] 389 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 85s remote-cache, linux-sandbox ... (70 actions running)
[13,993 / 14,163] 389 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 86s remote-cache, linux-sandbox ... (70 actions running)
[13,994 / 14,163] 389 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 87s remote-cache, linux-sandbox ... (69 actions running)
[13,997 / 14,163] 390 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 88s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,007 / 14,163] 391 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 89s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,015 / 14,163] 391 / 404 tests; Testing //pkg/executor/test/tiflashtest:tiflashtest_test (shard 19 of 42); 90s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,020 / 14,163] 391 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 77s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,025 / 14,163] 393 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 78s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,030 / 14,163] 393 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 80s remote-cache, linux-sandbox ... (70 actions running)
[14,033 / 14,163] 393 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 81s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,039 / 14,175] 394 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 83s remote-cache, linux-sandbox ... (70 actions running)
[14,059 / 14,175] 396 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 84s remote-cache, linux-sandbox ... (70 actions running)
[14,064 / 14,175] 396 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 85s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,069 / 14,175] 396 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 86s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,070 / 14,175] 396 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 88s remote-cache, linux-sandbox ... (70 actions running)
[14,074 / 14,175] 396 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 89s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,075 / 14,175] 396 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 91s remote-cache, linux-sandbox ... (70 actions running)
[14,097 / 14,175] 396 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 92s remote-cache, linux-sandbox ... (66 actions, 64 running)
[14,107 / 14,175] 397 / 404 tests; Testing //pkg/statistics/handle/handletest:handletest_test (shard 18 of 33); 93s remote-cache, linux-sandbox ... (70 actions running)
[14,109 / 14,175] 398 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 19s remote-cache, linux-sandbox ... (70 actions running)
[14,112 / 14,175] 398 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 21s remote-cache, linux-sandbox ... (69 actions, 68 running)
[14,119 / 14,175] 399 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 22s remote-cache, linux-sandbox ... (68 actions, 67 running)
[14,141 / 14,175] 400 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 23s remote-cache, linux-sandbox ... (67 actions running)
[14,149 / 14,175] 400 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 24s remote-cache, linux-sandbox ... (52 actions running)
[14,153 / 14,175] 400 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 26s remote-cache, linux-sandbox ... (44 actions running)
[14,169 / 14,175] 401 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 28s remote-cache, linux-sandbox ... (12 actions running)
[14,169 / 14,175] 401 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 29s remote-cache, linux-sandbox ... (12 actions running)
[14,171 / 14,175] 402 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 31s remote-cache, linux-sandbox ... (8 actions running)
[14,172 / 14,175] 402 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 32s remote-cache, linux-sandbox ... (6 actions running)
[14,173 / 14,175] 402 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 35s remote-cache, linux-sandbox ... (4 actions running)
[14,173 / 14,175] 403 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 42s remote-cache, linux-sandbox ... (4 actions running)
[14,174 / 14,175] 403 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 43s remote-cache, linux-sandbox
[14,174 / 14,175] 403 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 53s remote-cache, linux-sandbox
[14,174 / 14,175] 404 / 404 tests; Testing //pkg/server/handler/tests:tests_test (shard 5 of 39); 67s remote-cache, linux-sandbox
INFO: Elapsed time: 1274.154s, Critical Path: 219.48s
INFO: 14163 processes: 8834 remote cache hit, 1633 internal, 3696 linux-sandbox.
INFO: Build completed successfully, 14163 total actions
//pkg/ddl/tests/fail:fail_test                                            FLAKY, failed in 1 out of 13 in 60.5s
  Stats over 13 runs: max = 60.5s, min = 35.3s, avg = 41.0s, dev = 6.7s
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_12_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_1_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_2_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_3_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_6_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_4_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_7_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_8_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_9_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_11_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_10_of_12/coverage.dat
  /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs/pkg/ddl/tests/fail/fail_test/shard_5_of_12/coverage.dat
Test cases: finished with 7946 passing and 0 failing out of 7946 test cases

Executed 176 out of 404 tests: 404 tests pass.
root: /home/jenkins/.tidb/tmp/5cfc4a16c2c6d36cce346a7a12411ff4/execroot/__main__/bazel-out/k8-fastbuild/testlogs
complete to collect bazel result.
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ ./scripts/plugins/analyze-go-test-from-bazel-output.sh tidb/bazel-test.log
Parse from local file: tidb/bazel-test.log
new flaky case: TestFailSchemaSyncer
Output files:
bazel-flaky-summaries.log
bazel-go-test-index.log
bazel-go-test-problem-cases.json
bazel-target-output-L688-1724.fail.log
[Pipeline] sh
++ uuidgen
+ timeout 10 curl --verbose --request POST --url http://cloudevents-server.apps.svc/events --header 'ce-id: 9065188a-309d-45e5-8d20-7e175073ca02' --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/221/' --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: 9065188a-309d-45e5-8d20-7e175073ca02
> 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/221/
> ce-specversion: 1.0
> content-type: application/json; charset=UTF-8
> Content-Length: 144
> 
} [data not shown]
* upload completely sent off: 144 out of 144 bytes
< HTTP/1.1 200 OK
< Date: Thu, 16 May 2024 07:47:01 GMT
< Content-Length: 0
< 

100   144    0     0  100   144      0    634 --:--:-- --:--:-- --:--:--   634
100   144    0     0  100   144      0    634 --:--:-- --:--:-- --:--:--   634
* Connection #0 to host cloudevents-server.apps.svc left intact
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] dir
Running in /home/jenkins/agent/workspace/pingcap/tidb/release-8.1/ghpr_unit_test/tidb
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[2024-05-16T07:47:05.547Z] ['info'] 
     _____          _
    / ____|        | |
   | |     ___   __| | ___  ___ _____   __
   | |    / _ \ / _` |/ _ \/ __/ _ \ \ / /
   | |___| (_) | (_| |  __/ (_| (_) \ V /
    \_____\___/ \__,_|\___|\___\___/ \_/

  Codecov report uploader 0.5.0
[2024-05-16T07:47:05.548Z] ['info'] => Project root located at: .
[2024-05-16T07:47:05.551Z] ['info'] ->  Token found by environment variables
[2024-05-16T07:47:05.564Z] ['info'] Searching for coverage files...
[2024-05-16T07:47:08.455Z] ['info'] => Found 1 possible coverage files:
  ./coverage.dat
[2024-05-16T07:47:08.455Z] ['info'] Processing ./coverage.dat...
[2024-05-16T07:47:09.010Z] ['info'] Using manual override from args.
[2024-05-16T07:47:09.011Z] ['info'] Detected Jenkins CI as the CI provider.
[2024-05-16T07:47:09.031Z] ['info'] Pinging Codecov: https://codecov.io/upload/v4?package=uploader-0.5.0&token=*******&branch=origin%2Fpr%2F53311&build=221&build_url=https%3A%2F%2Fdo.pingcap.net%2Fjenkins%2Fjob%2Fpingcap%2Fjob%2Ftidb%2Fjob%2Frelease-8.1%2Fjob%2Fghpr_unit_test%2F221%2F&commit=2becb8e2d0a873f57fe0e823b5b26281f587665f&job=&pr=53311&service=jenkins&slug=pingcap%2Ftidb&name=&tag=&flags=unit&parent=
[2024-05-16T07:47:09.911Z] ['info'] https://app.codecov.io/github/pingcap/tidb/commit/2becb8e2d0a873f57fe0e823b5b26281f587665f
https://storage.googleapis.com/codecov/v4/raw/2024-05-16/F6B65B6EE70BEC6C6B5E073ED3BB1A79/2becb8e2d0a873f57fe0e823b5b26281f587665f/744c01bf-d946-440e-bb7b-805739d1a6ac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240516%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240516T074709Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=096fb64d6167f210e344b536633e4fdc7ebbe0f99ccb8345f0f8b6230d2f9942
[2024-05-16T07:47:09.911Z] ['info'] Uploading...
[2024-05-16T07:47:11.728Z] ['info'] {"status":"success","resultURL":"https://app.codecov.io/github/pingcap/tidb/commit/2becb8e2d0a873f57fe0e823b5b26281f587665f"}
[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